update copyright and build dates somewhat, add commandset even if it's empty for now
[mandelbrot.git] / xulapp / chrome / mandelbrot / content / mandelbrot.xul
index 94d23355cbaf663415fe4655a28cbb2ba73c5a35..c5c2cc60594e351a6e252539759ffb7c56cee586 100644 (file)
@@ -60,6 +60,9 @@
     <stringbundle id="mbrotBundle" src="chrome://mandelbrot/locale/mandelbrot.properties"/>
   </stringbundleset>
 
+  <commandset id="mainCommands">
+  </commandset>
+
   <toolbox>
     <menubar>
       <menu id="fileMenu" label="&fileMenu.label;">
@@ -86,6 +89,7 @@
               <menuitem type="radio" name="palette" value="kairo" label="&colorKairo.label;"/>
             </menupopup>
           </menu>
+          <menuitem id="imgSettings" label="&imgSettings.label;" oncommand="imgSettings();"/>
         </menupopup>
       </menu>
       <menu id="debugMenu" label="&debugMenu.label;">
               <menuitem type="radio" name="algorithm" value="oo" label="&algoOO.label;"/>
             </menupopup>
           </menu>
+          <menuitem id="errorConsole" label="&errorConsole.label;"
+                    oncommand="errorConsole();"/>
+          <menuitem id="addonsMgr" label="&addonsManager.label;"
+                    oncommand="addonsManager();"/>
         </menupopup>
       </menu>
     </menubar>
   </toolbox>
-  <button id="drawButton" label="&fileDraw.label;" oncommand="drawImage();"/>
   <hbox flex="1" pack="center" align="center">
-    <html:canvas id="mbrotImage" width="300" height="300"></html:canvas>
+    <stack>
+      <html:canvas id="mbrotImage" width="300" height="300"></html:canvas>
+      <button id="drawButton" label="&fileDraw.label;" oncommand="drawImage();"/>
+    </stack>
   </hbox>
   <hbox pack="end" align="end">
     <description id="statusLabel"/>