[Zope-Moz] Small buglet in zopestudio-clahandler.js.

Dominic Mitchell hdm@mistral.co.uk
Wed, 21 Jun 2000 13:01:45 +0100


I just noticed in the mozilla registry dump that the command line
handler was registered incorrectly.  Here's a patch.

-Dom

--- zopestudio-clahandler.js.orig       Wed Jun 21 12:59:52 2000
+++ zopestudio-clahandler.js    Wed Jun 21 12:58:57 2000
@@ -129,7 +129,7 @@
         var catman = Components.classes["mozilla.categorymanager.1"]
             .getService(Components.interfaces.nsICategoryManager);
         catman.addCategoryEntry("command-line-argument-handlers",
-            ZOPESTUDIOSERVICE_PROGID, "zopestudio command line handler",
+            "zopestudio command line handler", ZOPESTUDIOSERVICE_PROGID,
             true, true);
     },