Launcher.st
changeset 1632 faafcf31a690
parent 1631 8e46cb066849
child 1633 0524e614dc0d
--- a/Launcher.st	Mon May 04 12:39:18 1998 +0200
+++ b/Launcher.st	Mon May 04 12:41:05 1998 +0200
@@ -3902,7 +3902,7 @@
     box := Dialog new.
     box label:(resources string:'Keyboard mappings').
 
-    l := box addTextLabel:(resources string:'KEY_MSG') withCRs.
+    l := box addTextLabel:(resources at:'KEY_MSG' default:'keyboard mapping:') withCRs.
     l adjust:#left; borderWidth:0.
 
     frame := View new.
@@ -3951,8 +3951,8 @@
     ].
     box destroy
 
-    "Modified: 9.9.1996 / 22:43:17 / stefan"
-    "Modified: 18.10.1997 / 03:39:41 / cg"
+    "Modified: / 9.9.1996 / 22:43:17 / stefan"
+    "Modified: / 4.5.1998 / 12:40:02 / cg"
 !
 
 languageSettingsFor:requestor 
@@ -5438,5 +5438,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.336 1998-05-04 10:39:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.337 1998-05-04 10:41:05 cg Exp $'
 ! !