SystemBrowser.st
changeset 6353 b9e2940b7714
parent 6333 d5d28109866e
child 6368 ef36274cbbf1
--- a/SystemBrowser.st	Wed Jul 13 17:42:44 2005 +0200
+++ b/SystemBrowser.st	Wed Jul 13 17:44:48 2005 +0200
@@ -5093,7 +5093,7 @@
 
     resources := self classResources.
 
-    enterBox := EnterBox title:(self classResources at:'Browse which class:') withCRs.
+    enterBox := EnterBox title:(self classResources stringWithCRs:'Browse which class:').
     enterBox okText:(resources at:'browse').
     enterBox entryCompletionBlock:[:contents |
         |s what m|
@@ -5324,7 +5324,7 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.218 2005-07-05 09:42:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.219 2005-07-13 15:44:48 cg Exp $'
 ! !
 
 SystemBrowser initialize!