*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 22 Aug 2006 11:44:23 +0200
changeset 6939 af3cdc84970f
parent 6938 6cf52649971c
child 6940 c95880ea4d17
*** empty log message ***
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Mon Aug 21 18:38:59 2006 +0200
+++ b/AbstractSettingsApplication.st	Tue Aug 22 11:44:23 2006 +0200
@@ -6040,12 +6040,13 @@
 formatHostNameWindowLabel
     formatHostNameWindowLabel isNil ifTrue:[
         formatHostNameWindowLabel := 
-            (resources string:'Window Label Format:\  %1 - Label\  %2 - Hostname\  %3 - Username\  %4 - ProcessId') withCRs.
+            (resources string:
+'Window Label Format:\  %1 - Label\  %2 - Hostname\  %3 - Username\  %4 - ProcessId\  %5 - TOP-Directory\  %6 - TOP-Path') withCRs.
     ].
     ^ formatHostNameWindowLabel.
 
-    "Created: / 16.12.2002 / 17:50:49 / penk"
-    "Modified: / 16.12.2002 / 17:55:18 / penk"
+    "Created: / 16-12-2002 / 17:50:49 / penk"
+    "Modified: / 22-08-2006 / 11:43:41 / cg"
 !
 
 hostNameInLabelHolder
@@ -12563,5 +12564,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.239 2006-08-16 09:30:11 cg Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.240 2006-08-22 09:44:23 cg Exp $'
+! !