changed: #doOpenExplorer
authorClaus Gittinger <cg@exept.de>
Wed, 03 Feb 2010 16:25:16 +0100
changeset 2756 c3b2615d734d
parent 2755 fb7d191e108f
child 2757 6c83d6b487b2
changed: #doOpenExplorer
Tools__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Wed Feb 03 11:11:12 2010 +0100
+++ b/Tools__ProjectBuilderAssistantApplication.st	Wed Feb 03 16:25:16 2010 +0100
@@ -1499,7 +1499,8 @@
 
 doOpenExplorer
     OperatingSystem
-        openApplicationForDocument:(projectBuilder packageBuildDirectory) operation:#explore.
+        openApplicationForDocument:(projectBuilder packageBuildDirectory) 
+        operation:#explore.
 !
 
 doStartMakeAll