diff options
author | Funda Wang <fwang@mageia.org> | 2013-01-22 19:03:56 +0000 |
---|---|---|
committer | Funda Wang <fwang@mageia.org> | 2013-01-22 19:03:56 +0000 |
commit | e1427f3633964253efacdefd21bca82040198397 (patch) | |
tree | d3ded1e3f2190274b35cafeb512b917ffb3dd62f /Rpmdrake | |
parent | 54d8e9fb71b07009cd00a32e62ec1ad503593b9f (diff) | |
download | rpmdrake-e1427f3633964253efacdefd21bca82040198397.tar rpmdrake-e1427f3633964253efacdefd21bca82040198397.tar.gz rpmdrake-e1427f3633964253efacdefd21bca82040198397.tar.bz2 rpmdrake-e1427f3633964253efacdefd21bca82040198397.tar.xz rpmdrake-e1427f3633964253efacdefd21bca82040198397.zip |
update latest icons
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/icon.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index 8ce101b5..5abfcac5 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -43,7 +43,7 @@ my %group_icons = ( join('|', N("Communications"), N("Bluetooth")) => 'communications_bluetooth_section', join('|', N("Communications"), N("Dial-Up")) => 'communications_dialup_section', join('|', N("Communications"), N("Fax")) => 'communications_fax_section', - join('|', N("Communications"), N("Mobile")) => 'communications_phone_section', + join('|', N("Communications"), N("Mobile")) => 'communications_mobile_section', join('|', N("Communications"), N("Radio")) => 'communications_radio_section', join('|', N("Communications"), N("Serial")) => 'communications_serial_section', join('|', N("Communications"), N("Telephony")) => 'communications_phone_section', @@ -122,7 +122,7 @@ my %group_icons = ( join('|', N("Networking"), N("Remote access")) => 'remote_access_section', join('|', N("Networking"), N("WWW")) => 'networking_www_section', N("Office") => 'office_section', - join('|', N("Office"), N("Dictionary")) => 'office_accessories_section', + join('|', N("Office"), N("Dictionary")) => 'office_dictionary_section', join('|', N("Office"), N("Finance")) => 'finances_section', join('|', N("Office"), N("Management")) => 'timemanagement_section', join('|', N("Office"), N("Organizer")) => 'timemanagement_section', @@ -140,7 +140,7 @@ my %group_icons = ( join('|', N("Sciences"), N("Mathematics")) => 'mathematics_section', join('|', N("Sciences"), N("Other")) => 'other_sciences', join('|', N("Sciences"), N("Physics")) => 'physics_section', - N("Security") => 'packaging_section', + N("Security") => 'security_section', N("Shells") => 'shells_section', N("Sound") => 'sound_section', join('|', N("Sound"), N("Editors and Converters")) => 'sound_editors_section', |