]> Dogcows Code - chaz/openbox/blobdiff - data/menu.xml.in
small change to the render API. RrMinsize became RrMinSize. added RrMinWidth and...
[chaz/openbox] / data / menu.xml.in
index 3dbff30ab2b1f94a208692640e50d580f926c625..9f86dd6ab27aed76382c350ed71de8f689be71f4 100644 (file)
@@ -1,10 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<openbox_menu xmlns="http://openbox/.org"
+<openbox_menu xmlns="http://openbox.org/"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="
-                http://openbox.org/schema.php?type=menu&amp;version=@version@
-                file://@xsddir@/rc.xsd">
+        xsi:schemaLocation="http://openbox.org/
+                file://@xsddir@/menu.xsd">
 
 <menu id="games-menu" label="Games">
   <item label="Crack-Attack">
@@ -34,6 +33,7 @@
 </menu>
 
 <menu id="root-menu" label="Openbox 3">
+  <separator label="Openbox" />
   <menu id="apps-menu" />
   <menu id="games-menu" />
   <separator />
@@ -45,9 +45,7 @@
   <item label="Reconfigure">
     <action name="Reconfigure" />
   </item>
-  <item label="Restart">
-    <action name="Restart" />
-  </item>
+  <separator />
   <item label="Exit">
     <action name="Exit" />
   </item>
This page took 0.02682 seconds and 4 git commands to generate.