NewLauncher.st
changeset 2130 9ce27a00b793
parent 2126 468fd4d21d46
child 2136 60efb269abc2
--- a/NewLauncher.st	Wed Apr 28 12:10:52 1999 +0200
+++ b/NewLauncher.st	Wed Apr 28 12:11:21 1999 +0200
@@ -2053,9 +2053,11 @@
     "return a 'valueHolder', which returns true if the terminal application
      is available. For now, this is true if we run under unix"
 
-    ^ [OperatingSystem isUNIXlike]
+    ^ OperatingSystem isUNIXlike 
+      or:[OperatingSystem isMSWINDOWSlike]
 
     "Created: / 27.7.1998 / 12:47:54 / cg"
+    "Modified: / 28.4.1999 / 11:55:24 / cg"
 !
 
 enableDangerousMenuItemsInRemoteLauncher
@@ -2666,5 +2668,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.136 1999-04-27 16:29:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.137 1999-04-28 10:11:21 cg Exp $'
 ! !