AbstractLauncherApplication.st
changeset 4493 c99d35b1425b
parent 4491 b5f8412a83e2
child 4494 1a4271d84f7e
--- a/AbstractLauncherApplication.st	Mon Jan 27 14:50:43 2003 +0100
+++ b/AbstractLauncherApplication.st	Mon Jan 27 15:01:09 2003 +0100
@@ -4860,7 +4860,7 @@
         box addHorizontalLine.
     ].
     (Smalltalk at:#FileDialog) isBehavior ifTrue:[
-        box addCheckBox:(resources string:'Use the New Filetree File Dialog') on:useNewFileDialog.
+        box addCheckBox:(resources string:'Use the New File Dialog') on:useNewFileDialog.
         box addHorizontalLine.
     ].
     (Smalltalk at:#SettingsDialog) isBehavior ifTrue:[
@@ -6685,5 +6685,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.255 2003-01-27 13:49:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.256 2003-01-27 14:01:09 cg Exp $'
 ! !