summaryrefslogtreecommitdiffstats
path: root/menu
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2003-12-12 17:33:22 +0000
committerWaldo Bastian <waldo.bastian@intel.com>2003-12-12 17:33:22 +0000
commit5a7cca7f6962bee84f98b6e666f4eb4f84c5a3e4 (patch)
treea7e543cfcc15724095d9a23cacf67ba71777c510 /menu
parenteca3705b838ba5ddf86a48a0f26377fd60497920 (diff)
downloadxdg-specs-5a7cca7f6962bee84f98b6e666f4eb4f84c5a3e4.tar.xz
Correct example in "Legacy Menu Hierarchies"
Diffstat (limited to 'menu')
-rw-r--r--menu/ChangeLog3
-rw-r--r--menu/menu-spec.xml6
2 files changed, 7 insertions, 2 deletions
diff --git a/menu/ChangeLog b/menu/ChangeLog
index 4e3edcb..1c6cb32 100644
--- a/menu/ChangeLog
+++ b/menu/ChangeLog
@@ -1,3 +1,6 @@
+2003-12-12 Waldo Bastian <bastian@kde.org>
+ * menu-spec.xml: Correct example in "Legacy Menu Hierarchies"
+
2003-11-09 Heinrich Wendel <h_wendel@cojobo.net>
* menu-spec.xml: patch for categories based on Suse 9.0
* menu-spec.xml: Grahpics -> Graphics
diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml
index 3dc4c77..d6e22b1 100644
--- a/menu/menu-spec.xml
+++ b/menu/menu-spec.xml
@@ -1157,9 +1157,11 @@ entries</ulink>: <varname>Categories</varname>,
&lt;/Include&gt;
&lt;Menu&gt;
&lt;Name&gt;System&lt;/Name&gt;
- &lt;Directory&gt;System/.directory&lt;/Directory&gt;
+ &lt;AppDir&gt;/usr/share/applnk/System&lt;/AppDir&gt;
+ &lt;DirectoryDir&gt;/usr/share/applnk/System&lt;/DirectoryDir&gt;
+ &lt;Directory&gt;.directory&lt;/Directory&gt;
&lt;Include&gt;
- &lt;Filename&gt;System/foo.desktop&lt;/Filename&gt;
+ &lt;Filename&gt;foo.desktop&lt;/Filename&gt;
&lt;/Include&gt;
&lt;/Menu&gt;
&lt;/Menu&gt;