wok view lxpanel/stuff/ptk-app-menu.u @ rev 363

Some desktop file only for hacker
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 07 17:46:32 2008 +0100 (2008-03-07)
parents
children 91f7f2145552
line source
1 --- src/plugins/ptk-app-menu.c Thu Mar 6 20:55:09 2008
2 +++ src/plugins/ptk-app-menu.c Thu Mar 6 20:54:00 2008
3 @@ -144,17 +144,17 @@
5 const CatInfo known_cats[]=
6 {
7 - {N_("Other"), "gnome-other", NULL},
8 - {N_("Game"), "gnome-joystick", game_cats},
9 + {N_("Misc"), "gnome-other", NULL},
10 + {N_("Games"), "gnome-joystick", game_cats},
11 {N_("Education"), "gnome-amusements", education_cats},
12 {N_("Development"), "gnome-devel", development_cats},
13 - {N_("Audio & Video"), "gnome-multimedia", audiovideo_cats},
14 + {N_("Multimedia"), "gnome-multimedia", audiovideo_cats},
15 {N_("Graphics"), "gnome-graphics", graphics_cats},
16 {N_("Settings"), "gnome-settings", settings_cats},
17 {N_("System Tools"), "gnome-system", system_cats},
18 - {N_("Network"), "gnome-globe", network_cats},
19 {N_("Office"), "gnome-applications", office_cats},
20 - {N_("Accessories"), "gnome-util", utility_cats}
21 + {N_("Network"), "gnome-globe", network_cats},
22 + {N_("Utilities"), "gnome-util", utility_cats}
23 };
25 int find_cat( char** cats )