wok-next diff lxpanel/stuff/ptk-app-menu.patch @ rev 3139
ewl: update build_depends
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 20 19:02:41 2009 +0200 (2009-05-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxpanel/stuff/ptk-app-menu.patch Wed May 20 19:02:41 2009 +0200 1.3 @@ -0,0 +1,23 @@ 1.4 +--- src/plugins/ptk-app-menu.c Fri Apr 18 15:16:04 2008 1.5 ++++ src/plugins/ptk-app-menu.c Fri Apr 18 15:15:02 2008 1.6 +@@ -154,17 +154,17 @@ 1.7 + 1.8 + static const CatInfo known_cats[]= 1.9 + { 1.10 +- {N_("Other"), "Other", "gnome-other", NULL}, 1.11 ++ {N_("Other"), "Misc", "gnome-other", NULL}, 1.12 + {N_("Game"), "Games", "gnome-joystick", game_cats}, 1.13 + {N_("Education"), "Education", "gnome-amusements", education_cats}, 1.14 + {N_("Development"), "Development", "gnome-devel", development_cats}, 1.15 + {N_("Audio & Video"), "Multimedia", "gnome-multimedia", audiovideo_cats}, 1.16 + {N_("Graphics"), "Graphics", "gnome-graphics", graphics_cats}, 1.17 + {N_("Settings"), "Settings", "gnome-settings", settings_cats}, 1.18 +- {N_("System Tools"), "System-Tools", "gnome-system", system_cats}, 1.19 ++ {N_("System Tools"), "System Tools", "gnome-system", system_cats}, 1.20 + {N_("Network"), "Internet", "gnome-globe", network_cats}, 1.21 + {N_("Office"), "Office", "gnome-applications", office_cats}, 1.22 +- {N_("Accessories"), "Accessories", "gnome-util", utility_cats} 1.23 ++ {N_("Accessories"), "Utilities", "gnome-util", utility_cats} 1.24 + }; 1.25 + 1.26 + static int find_cat( char** cats )