diff options
author | Claude Paroz <claude@2xlibre.net> | 2008-03-30 18:51:30 +0000 |
---|---|---|
committer | Claude Paroz <claudep@src.gnome.org> | 2008-03-30 18:51:30 +0000 |
commit | f723245488cb373dd2a3731ccaa2c50f9e556b7b (patch) | |
tree | 69045a066e925cfc86c2c7a87b2fab8a6a98064b /gnome2-system-admin-guide | |
parent | 2388b6c26276dede9e0810197b6ea453c8ec7301 (diff) | |
download | gnome-user-docs-f723245488cb373dd2a3731ccaa2c50f9e556b7b.tar.gz gnome-user-docs-f723245488cb373dd2a3731ccaa2c50f9e556b7b.tar.xz gnome-user-docs-f723245488cb373dd2a3731ccaa2c50f9e556b7b.zip |
Removed obsolete Application category in sample desktop entry file. Fixes
2008-03-30 Claude Paroz <claude@2xlibre.net>
* menustructure.xml: Removed obsolete Application category in sample
desktop entry file.
Fixes #442192.
svn path=/trunk/; revision=828
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 |