checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jun 1996 15:43:17 +0200
changeset 635 2b0ae1f2cf0e
parent 634 24a678f81829
child 636 12296c4a31b9
checkin from browser
Launcher.st
--- a/Launcher.st	Thu Jun 20 00:30:09 1996 +0200
+++ b/Launcher.st	Fri Jun 21 15:43:17 1996 +0200
@@ -17,7 +17,7 @@
 	category:'Interface-Smalltalk'
 !
 
-!NewLauncher class methodsFor:'documentation'!
+!NewLauncher  class methodsFor:'documentation'!
 
 copyright
 "
@@ -89,7 +89,7 @@
 "
 ! !
 
-!NewLauncher class methodsFor:'defaults'!
+!NewLauncher  class methodsFor:'defaults'!
 
 aboutIcon
     |image|
@@ -910,6 +910,7 @@
                         '11.3'' (235mm x 175mm) LCD'
                         '16''   (275mm x 208mm)'
                         '17''   (325mm x 245mm)'
+                        '19''   (340mm x 270mm) (NCD)'
                         '20''   (350mm x 280mm) (SGI)'
                         '21''   (365mm x 285mm) (Eizo / Nanao)'
                        ).
@@ -917,6 +918,7 @@
                      (235 175)
                      (275 208)
                      (325 245)
+                     (340 270)
                      (350 280)
                      (365 285)
                    ).
@@ -1051,7 +1053,7 @@
     ].
     box destroy
 
-    "Modified: 18.6.1996 / 13:06:04 / cg"
+    "Modified: 21.6.1996 / 15:42:43 / cg"
 !
 
 fontSettings
@@ -2983,8 +2985,8 @@
     ^ 'ST/X Launcher'
 ! !
 
-!NewLauncher class methodsFor:'documentation'!
+!NewLauncher  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.157 1996-06-18 15:12:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.158 1996-06-21 13:43:17 cg Exp $'
 ! !