wok-stable rev 350
Patch lxpanel menu to match SliTaz cats/menus
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 06 21:12:32 2008 +0100 (2008-03-06) |
parents | 2c25c7501948 |
children | 275e3d30e49c |
files | lxpanel/receipt lxpanel/stuff/ptk-app-menu.u |
line diff
1.1 --- a/lxpanel/receipt Thu Mar 06 20:32:58 2008 +0100 1.2 +++ b/lxpanel/receipt Thu Mar 06 21:12:32 2008 +0100 1.3 @@ -15,6 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + patch -p0 < ../stuff/ptk-app-menu.u 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 $CONFIGURE_ARGS
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/lxpanel/stuff/ptk-app-menu.u Thu Mar 06 21:12:32 2008 +0100 2.3 @@ -0,0 +1,25 @@ 2.4 +--- src/plugins/ptk-app-menu.c Thu Mar 6 20:55:09 2008 2.5 ++++ src/plugins/ptk-app-menu.c Thu Mar 6 20:54:00 2008 2.6 +@@ -144,17 +144,17 @@ 2.7 + 2.8 + const CatInfo known_cats[]= 2.9 + { 2.10 +- {N_("Other"), "gnome-other", NULL}, 2.11 +- {N_("Game"), "gnome-joystick", game_cats}, 2.12 ++ {N_("Misc"), "gnome-other", NULL}, 2.13 ++ {N_("Games"), "gnome-joystick", game_cats}, 2.14 + {N_("Education"), "gnome-amusements", education_cats}, 2.15 + {N_("Development"), "gnome-devel", development_cats}, 2.16 +- {N_("Audio & Video"), "gnome-multimedia", audiovideo_cats}, 2.17 ++ {N_("Multimedia"), "gnome-multimedia", audiovideo_cats}, 2.18 + {N_("Graphics"), "gnome-graphics", graphics_cats}, 2.19 + {N_("Settings"), "gnome-settings", settings_cats}, 2.20 + {N_("System Tools"), "gnome-system", system_cats}, 2.21 +- {N_("Network"), "gnome-globe", network_cats}, 2.22 + {N_("Office"), "gnome-applications", office_cats}, 2.23 +- {N_("Accessories"), "gnome-util", utility_cats} 2.24 ++ {N_("Network"), "gnome-globe", network_cats}, 2.25 ++ {N_("Utilities"), "gnome-util", utility_cats} 2.26 + }; 2.27 + 2.28 + int find_cat( char** cats )