diff options
author | Timothée Giet <animtim@gmail.com> | 2016-02-20 23:56:18 +0100 |
---|---|---|
committer | Timothée Giet <animtim@gmail.com> | 2016-02-20 23:56:18 +0100 |
commit | 6cdc6b31013649ae470a0719f2267bb1d2230e10 (patch) | |
tree | 9bb7749f8f1de8c922f4420070793fbd3a146940 /lib/MDV | |
parent | 0735b7c62f7ebba5cdcd09ca747e4b8fb231f16f (diff) | |
download | control-center-6cdc6b31013649ae470a0719f2267bb1d2230e10.tar control-center-6cdc6b31013649ae470a0719f2267bb1d2230e10.tar.gz control-center-6cdc6b31013649ae470a0719f2267bb1d2230e10.tar.bz2 control-center-6cdc6b31013649ae470a0719f2267bb1d2230e10.tar.xz control-center-6cdc6b31013649ae470a0719f2267bb1d2230e10.zip |
icons for software category
new icons for software related entries
one icon name change in Control_Center.pm
Diffstat (limited to 'lib/MDV')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 110666d9..ba4c937e 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -589,7 +589,7 @@ our %programs = embedded => 1, description => N("Configure media sources for install and update"), long_description => N("Select from where software packages are downloaded "), - icon => 'rpmdrake-mdk', + icon => 'source-manager', application_driven_menu => 1, }, |