openwin is no longer considered a supported style.
authorClaus Gittinger <cg@exept.de>
Thu, 21 May 1998 02:17:23 +0200
changeset 1662 fff1561497ba
parent 1661 ba0ed1c5e137
child 1663 934f3623d991
openwin is no longer considered a supported style.
Launcher.st
--- a/Launcher.st	Thu May 21 01:47:53 1998 +0200
+++ b/Launcher.st	Thu May 21 02:17:23 1998 +0200
@@ -5166,7 +5166,7 @@
      someRsrcFile b didApply resources listUpdater showStandardStylesOnly standardStyles|
 
     showStandardStylesOnly := true asValue.
-    standardStyles := #('iris' 'motif' 'mswindows95' 'next' 'openwin' 'os2' 'st80' 'normal').
+    standardStyles := #('iris' 'motif' 'mswindows95' 'next' 'os2' 'st80' 'normal').
 
     resources := requestor class classResources.
 
@@ -5266,7 +5266,7 @@
      self viewStyleSettingsFor:nil
     "
 
-    "Modified: / 12.5.1998 / 21:05:03 / cg"
+    "Modified: / 21.5.1998 / 02:16:06 / cg"
 ! !
 
 !Launcher::SettingsDialogs class methodsFor:'dialogs-private'!
@@ -5492,5 +5492,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.342 1998-05-20 16:22:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.343 1998-05-21 00:17:23 cg Exp $'
 ! !