windowLabel format
authorClaus Gittinger <cg@exept.de>
Fri, 09 Nov 2001 14:10:29 +0100
changeset 3386 dd6c25e8adb8
parent 3385 0f41b06f2366
child 3387 4cbed052fbbe
windowLabel format
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Nov 09 13:33:36 2001 +0100
+++ b/AbstractLauncherApplication.st	Fri Nov 09 14:10:29 2001 +0100
@@ -3312,7 +3312,7 @@
                action:[
                        |newFormat|
 
-                       newFormat := Dialog request:'WindowLabel Format\%1 is label; %2 is hostname:' withCRs initialAnswer:StandardSystemView windowLabelFormat.
+                       newFormat := Dialog request:'Define the format of window labels:\\  %1 - label\  %2 - hostname\  %3 - username\  %4 - processId\' withCRs initialAnswer:StandardSystemView windowLabelFormat.
                        newFormat size > 0 ifTrue:[
                            newWindowLabelFormat := newFormat
                        ].
@@ -6296,5 +6296,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.174 2001-11-09 12:33:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.175 2001-11-09 13:10:29 cg Exp $'
 ! !