*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 26 Sep 2001 15:47:30 +0200
changeset 3217 535744971210
parent 3216 6605edbc825e
child 3218 31ef95578565
*** empty log message ***
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Wed Sep 26 15:12:25 2001 +0200
+++ b/AbstractLauncherApplication.st	Wed Sep 26 15:47:30 2001 +0200
@@ -3431,7 +3431,7 @@
         ].
     ].
 
-    Screen current buttonTranslation:trans asArray.
+    DeviceWorkstation buttonTranslation:trans asArray.
 
     "
         self mouseConfigurationDialogFor:Transcript
@@ -4025,9 +4025,9 @@
 
     s cr.
     s nextPutLine:'"/'.
-    s nextPutLine:'"/ Mouse settings:'.
+    s nextPutLine:'"/ Default Mouse settings:'.
     s nextPutLine:'"/'.
-    s nextPutLine:'Screen current buttonTranslation:', Screen current buttonTranslation storeString, '.'.
+    s nextPutLine:'DeviceWorkstation buttonTranslation:', Display buttonTranslation storeString, '.'.
 
     s close.
 
@@ -6464,7 +6464,7 @@
               #layout: #(#LayoutFrame 0 0.0 -148 1 0 1.0 -137 1)
             )
            #(#LabelSpec
-              #label: 'Select schema:'
+              #label: 'Set schema:'
               #name: 'select'
               #layout: #(#LayoutFrame 0 0 269 0 106 0 291 0)
               #translateLabel: true
@@ -6530,5 +6530,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.161 2001-09-26 13:12:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.162 2001-09-26 13:47:30 cg Exp $'
 ! !