wok diff lxpanel/stuff/ptk-app-menu.u @ rev 398

Correct desktop file for Htop
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 10 16:25:05 2008 +0100 (2008-03-10)
parents
children 91f7f2145552
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxpanel/stuff/ptk-app-menu.u	Mon Mar 10 16:25:05 2008 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +--- src/plugins/ptk-app-menu.c	Thu Mar  6 20:55:09 2008
     1.5 ++++ src/plugins/ptk-app-menu.c	Thu Mar  6 20:54:00 2008
     1.6 +@@ -144,17 +144,17 @@
     1.7 + 
     1.8 + const CatInfo known_cats[]=
     1.9 + {
    1.10 +-    {N_("Other"), "gnome-other", NULL},
    1.11 +-    {N_("Game"), "gnome-joystick", game_cats},
    1.12 ++    {N_("Misc"), "gnome-other", NULL},
    1.13 ++    {N_("Games"), "gnome-joystick", game_cats},
    1.14 +     {N_("Education"), "gnome-amusements", education_cats},
    1.15 +     {N_("Development"), "gnome-devel", development_cats},
    1.16 +-    {N_("Audio & Video"), "gnome-multimedia", audiovideo_cats},
    1.17 ++    {N_("Multimedia"), "gnome-multimedia", audiovideo_cats},
    1.18 +     {N_("Graphics"), "gnome-graphics", graphics_cats},
    1.19 +     {N_("Settings"), "gnome-settings", settings_cats},
    1.20 +     {N_("System Tools"), "gnome-system", system_cats},
    1.21 +-    {N_("Network"), "gnome-globe", network_cats},
    1.22 +     {N_("Office"), "gnome-applications", office_cats},
    1.23 +-    {N_("Accessories"), "gnome-util", utility_cats}
    1.24 ++    {N_("Network"), "gnome-globe", network_cats},
    1.25 ++    {N_("Utilities"), "gnome-util", utility_cats}
    1.26 + };
    1.27 + 
    1.28 + int find_cat( char** cats )