aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
authorFunda Wang <fwang@mageia.org>2013-01-22 19:07:35 +0000
committerFunda Wang <fwang@mageia.org>2013-01-22 19:07:35 +0000
commit26618c08453e1ddc99922f2561ee998ad5495ca9 (patch)
tree1595f916ab51d5f85a4b2c81a2911d2e9203f92b /Rpmdrake
parente1427f3633964253efacdefd21bca82040198397 (diff)
downloadrpmdrake-26618c08453e1ddc99922f2561ee998ad5495ca9.tar
rpmdrake-26618c08453e1ddc99922f2561ee998ad5495ca9.tar.gz
rpmdrake-26618c08453e1ddc99922f2561ee998ad5495ca9.tar.bz2
rpmdrake-26618c08453e1ddc99922f2561ee998ad5495ca9.tar.xz
rpmdrake-26618c08453e1ddc99922f2561ee998ad5495ca9.zip
update icons
Diffstat (limited to 'Rpmdrake')
-rw-r--r--Rpmdrake/icon.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm
index 5abfcac5..3efdd7fc 100644
--- a/Rpmdrake/icon.pm
+++ b/Rpmdrake/icon.pm
@@ -177,7 +177,7 @@ my %group_icons = (
join('|', N("Video"), N("Utilities")) => 'video_utilities_section',
# for Mageia Choice:
- N("Workstation") => 'office_section',
+ N("Workstation") => 'system_section',
join('|', N("Workstation"), N("Configuration")) => 'configuration_section',
join('|', N("Workstation"), N("Console Tools")) => 'interpreters_section',
join('|', N("Workstation"), N("Documentation")) => 'documentation_section',
@@ -187,16 +187,16 @@ my %group_icons = (
join('|', N("Workstation"), N("Network Computer (client)")) => 'other_networking',
join('|', N("Workstation"), N("Office Workstation")) => 'office_section',
join('|', N("Workstation"), N("Scientific Workstation")) => 'sciences_section',
- N("Graphical Environment") => 'office_section',
+ N("Graphical Environment") => 'graphical_desktop_section',
join('|', N("Graphical Environment"), N("GNOME Workstation")) => 'gnome_section',
- join('|', N("Graphical Environment"), N("IceWm Desktop")) => 'icewm',
+ join('|', N("Graphical Environment"), N("IceWm Desktop")) => 'icewm_section',
join('|', N("Graphical Environment"), N("KDE Workstation")) => 'kde_section',
join('|', N("Graphical Environment"), N("Other Graphical Desktops")) => 'more_applications_other_section',
N("Development") => 'development_section',
join('|', N("Development"), N("Development")) => 'development_section',
join('|', N("Development"), N("Documentation")) => 'documentation_section',
- N("Server") => 'archiving_section',
+ N("Server") => 'servers_section',
join('|', N("Server"), N("DNS/NIS")) => 'networking_section',
join('|', N("Server"), N("Database")) => 'databases_section',
join('|', N("Server"), N("Firewall/Router")) => 'networking_section',