diff options
author | Waldo Bastian <waldo.bastian@intel.com> | 2006-07-13 22:15:54 +0000 |
---|---|---|
committer | Waldo Bastian <waldo.bastian@intel.com> | 2006-07-13 22:15:54 +0000 |
commit | 09593bf4d1902ae10bac0bbbdd3eb6d0a0a6673c (patch) | |
tree | c4fb7aa0fe5b5c376635826f23268e3dace328ac /menu/menu-spec.xml | |
parent | 6855384d021d88557f80674798c584c15b547f36 (diff) | |
download | xdg-specs-09593bf4d1902ae10bac0bbbdd3eb6d0a0a6673c.tar.xz |
Fix .menu file in the how to install a submenu example
Diffstat (limited to 'menu/menu-spec.xml')
-rw-r--r-- | menu/menu-spec.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/menu/menu-spec.xml b/menu/menu-spec.xml index 268fe45..72831fa 100644 --- a/menu/menu-spec.xml +++ b/menu/menu-spec.xml @@ -1,6 +1,6 @@ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - <!ENTITY version "1.0.draft-4"> + <!ENTITY version "1.0.draft-5"> <!ENTITY dtd-version "1.0"> ]> @@ -8,7 +8,7 @@ <articleinfo> <title>Desktop Menu Specification</title> <releaseinfo>Version &version;</releaseinfo> - <date>28 March 2006</date> + <date>13 July 2006</date> <authorgroup> <author> <firstname>Waldo</firstname> @@ -2032,9 +2032,10 @@ entries</ulink>: <varname>Categories</varname>, <programlisting> <replaceable>sysconfdir</replaceable>/menus/application-merged/shinythings-webmirror.menu: - <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 0.8//EN" - "http://www.freedesktop.org/standards/menu-spec/menu-0.8.dtd"> + <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu &dtd-version;//EN" + "http://www.freedesktop.org/standards/menu-spec/menu-&dtd-version;.dtd"> <Menu> + <Name>Applications</Name> <Menu> <Name>WebMirror</Name> <Directory>shinythings-webmirror.directory</Directory> |