make mandelbrot build and roughly work as an extension
[mandelbrot.git] / xulapp / chrome / mandelbrot / content / mandelbrot.js
index e4c7d9a77de84f7dcae94470317f5f3ac5b86319..212e188a5e22a5eb6ca35372d6fccd82d9f7a1d2 100644 (file)
@@ -45,6 +45,7 @@ var gCurrentImageData;
 
 function Startup() {
   updateIterMenu();
+  updateAlgoMenu();
   updatePaletteMenu();
   gMbrotBundle = document.getElementById("mbrotBundle");
   document.getElementById("statusLabel").value = gMbrotBundle.getString("statusEmpty");