wok view lxpanel/stuff/ptk-app-menu.patch @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents
children
line source
1 --- src/plugins/ptk-app-menu.c Fri Apr 18 15:16:04 2008
2 +++ src/plugins/ptk-app-menu.c Fri Apr 18 15:15:02 2008
3 @@ -154,17 +154,17 @@
5 static const CatInfo known_cats[]=
6 {
7 - {N_("Other"), "Other", "gnome-other", NULL},
8 + {N_("Other"), "Misc", "gnome-other", NULL},
9 {N_("Game"), "Games", "gnome-joystick", game_cats},
10 {N_("Education"), "Education", "gnome-amusements", education_cats},
11 {N_("Development"), "Development", "gnome-devel", development_cats},
12 {N_("Audio & Video"), "Multimedia", "gnome-multimedia", audiovideo_cats},
13 {N_("Graphics"), "Graphics", "gnome-graphics", graphics_cats},
14 {N_("Settings"), "Settings", "gnome-settings", settings_cats},
15 - {N_("System Tools"), "System-Tools", "gnome-system", system_cats},
16 + {N_("System Tools"), "System Tools", "gnome-system", system_cats},
17 {N_("Network"), "Internet", "gnome-globe", network_cats},
18 {N_("Office"), "Office", "gnome-applications", office_cats},
19 - {N_("Accessories"), "Accessories", "gnome-util", utility_cats}
20 + {N_("Accessories"), "Utilities", "gnome-util", utility_cats}
21 };
23 static int find_cat( char** cats )