diff options
Diffstat (limited to 'gnome2-system-admin-guide')
-rw-r--r-- | gnome2-system-admin-guide/C/ChangeLog | 6 | ||||
-rw-r--r-- | gnome2-system-admin-guide/C/menustructure.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gnome2-system-admin-guide/C/ChangeLog b/gnome2-system-admin-guide/C/ChangeLog index 13e7af1..7eaf4ca 100644 --- a/gnome2-system-admin-guide/C/ChangeLog +++ b/gnome2-system-admin-guide/C/ChangeLog @@ -1,3 +1,9 @@ +2008-03-30 Claude Paroz <claude@2xlibre.net> + + * menustructure.xml: Removed obsolete Application category in sample + desktop entry file. + Fixes #442192. + 2006-03-12 Brent Smith <gnome@nextreality.net> * system-admin-guide.pdf: diff --git a/gnome2-system-admin-guide/C/menustructure.xml b/gnome2-system-admin-guide/C/menustructure.xml index 6c58fcc..ac134ee 100644 --- a/gnome2-system-admin-guide/C/menustructure.xml +++ b/gnome2-system-admin-guide/C/menustructure.xml @@ -391,11 +391,11 @@ Comment=Perform calculations Comment[fr]=Effectue des calculs compliqués ... Exec=gcalctool -Icon=gnome-calculator +Icon=accessories-calculator Terminal=false Type=Application StartupNotify=true -Categories=GTK;GNOME;Application;Utility;</programlisting> +Categories=GNOME;GTK;Utility;Calculator</programlisting> <para><xref linkend="menustructure-TBL-7" /> describes the most important keys in desktop entry files. To get more information about desktop entry |