PluginSupport.st
changeset 9044 1250af6a24e5
parent 9041 5b600a9108d8
child 9045 62fb1014a790
--- a/PluginSupport.st	Wed Dec 21 19:42:17 2005 +0100
+++ b/PluginSupport.st	Wed Dec 21 19:48:25 2005 +0100
@@ -61,7 +61,7 @@
         app := anApplicationClass new.
         app allButOpen.
         browserWindow becomeParentOf:app window.
-        "/ app window extent:1.0@1.0.
+        app window extent:1.0@1.0.
     ] ifFalse:[
         v := anApplicationClass new.
         browserWindow becomeParentOf:v.
@@ -100,5 +100,5 @@
 !PluginSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/PluginSupport.st,v 1.5 2005-12-21 18:18:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PluginSupport.st,v 1.6 2005-12-21 18:48:25 cg Exp $'
 ! !