diff options
author | Malo DeniƩlou <malo@mageia.org> | 2013-03-01 10:20:36 +0000 |
---|---|---|
committer | Malo DeniƩlou <malo@mageia.org> | 2013-03-01 10:20:36 +0000 |
commit | f34451eb3a440b5494ba700c2fd49a17f7ce1d1d (patch) | |
tree | 324455cd75e2b14b8c0bd9e4b3ab23d4fc876286 /Rpmdrake | |
parent | fe6ff5f258394c88e9a1446c77f8783727913f0a (diff) | |
download | rpmdrake-f34451eb3a440b5494ba700c2fd49a17f7ce1d1d.tar rpmdrake-f34451eb3a440b5494ba700c2fd49a17f7ce1d1d.tar.gz rpmdrake-f34451eb3a440b5494ba700c2fd49a17f7ce1d1d.tar.bz2 rpmdrake-f34451eb3a440b5494ba700c2fd49a17f7ce1d1d.tar.xz rpmdrake-f34451eb3a440b5494ba700c2fd49a17f7ce1d1d.zip |
fix some icon categories
Diffstat (limited to 'Rpmdrake')
-rw-r--r-- | Rpmdrake/icon.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Rpmdrake/icon.pm b/Rpmdrake/icon.pm index 01e5bf0f..cd2a75f9 100644 --- a/Rpmdrake/icon.pm +++ b/Rpmdrake/icon.pm @@ -59,16 +59,16 @@ my %group_icons = ( join('|', N("Development"), N("GNOME and GTK+")) => 'gnome_section', join('|', N("Development"), N("Java")) => '', join('|', N("Development"), N("KDE and Qt")) => 'kde_section', - join('|', N("Development"), N("Kernel")) => 'hardware_configuration_section', + join('|', N("Development"), N("Kernel")) => '', join('|', N("Development"), N("OCaml")) => '', - join('|', N("Development"), N("Other")) => 'development_environment_section', + join('|', N("Development"), N("Other")) => '', join('|', N("Development"), N("Perl")) => '', join('|', N("Development"), N("PHP")) => '', join('|', N("Development"), N("Python")) => '', join('|', N("Development"), N("Tools")) => 'development_tools_section', join('|', N("Development"), N("X11")) => '', N("Documentation") => 'documentation_section', - N("Editors") => 'emulators_section', + N("Editors") => 'editors_section', N("Education") => 'education_section', N("Emulators") => 'emulators_section', N("File tools") => 'file_tools_section', @@ -166,7 +166,7 @@ my %group_icons = ( join('|', N("System"), N("Servers")) => 'servers_section', join('|', N("System"), #-PO: This is a package/product name. Only translate it if needed: - N("X11")) => 'office_section', + N("X11")) => 'x11_section', N("Terminals") => 'terminals_section', N("Text tools") => 'text_tools_section', N("Toys") => 'toys_section', |