# HG changeset patch # User Christophe Lincoln # Date 1204834352 -3600 # Node ID 6cb2e710b18d404fa905b65f992f399eefd19580 # Parent 2c25c75019483ab6556c1a75c00764518a435edf Patch lxpanel menu to match SliTaz cats/menus diff -r 2c25c7501948 -r 6cb2e710b18d lxpanel/receipt --- a/lxpanel/receipt Thu Mar 06 20:32:58 2008 +0100 +++ b/lxpanel/receipt Thu Mar 06 21:12:32 2008 +0100 @@ -15,6 +15,7 @@ compile_rules() { cd $src + patch -p0 < ../stuff/ptk-app-menu.u ./configure \ --prefix=/usr \ $CONFIGURE_ARGS diff -r 2c25c7501948 -r 6cb2e710b18d lxpanel/stuff/ptk-app-menu.u --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lxpanel/stuff/ptk-app-menu.u Thu Mar 06 21:12:32 2008 +0100 @@ -0,0 +1,25 @@ +--- src/plugins/ptk-app-menu.c Thu Mar 6 20:55:09 2008 ++++ src/plugins/ptk-app-menu.c Thu Mar 6 20:54:00 2008 +@@ -144,17 +144,17 @@ + + const CatInfo known_cats[]= + { +- {N_("Other"), "gnome-other", NULL}, +- {N_("Game"), "gnome-joystick", game_cats}, ++ {N_("Misc"), "gnome-other", NULL}, ++ {N_("Games"), "gnome-joystick", game_cats}, + {N_("Education"), "gnome-amusements", education_cats}, + {N_("Development"), "gnome-devel", development_cats}, +- {N_("Audio & Video"), "gnome-multimedia", audiovideo_cats}, ++ {N_("Multimedia"), "gnome-multimedia", audiovideo_cats}, + {N_("Graphics"), "gnome-graphics", graphics_cats}, + {N_("Settings"), "gnome-settings", settings_cats}, + {N_("System Tools"), "gnome-system", system_cats}, +- {N_("Network"), "gnome-globe", network_cats}, + {N_("Office"), "gnome-applications", office_cats}, +- {N_("Accessories"), "gnome-util", utility_cats} ++ {N_("Network"), "gnome-globe", network_cats}, ++ {N_("Utilities"), "gnome-util", utility_cats} + }; + + int find_cat( char** cats )