#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 12:31:11 +0100
changeset 19521 b1750a64febf
parent 19520 32c1e071b13c
child 19522 18d257afba51
#REFACTORING by exept class: BrowserView eliminate withCRs - use c-strings changed: #classSelection:
BrowserView.st
--- a/BrowserView.st	Tue Feb 25 12:30:34 2020 +0100
+++ b/BrowserView.st	Tue Feb 25 12:31:11 2020 +0100
@@ -6060,7 +6060,7 @@
                     ]
                 ].
                 classes size ~~ 0 ifTrue:[
-                    self warn:'oops - could not a class with that name.\\Please see all classes which are not found in Smalltalk and fix things manually.' withCRs.
+                    self warn:c'oops - could not a class with that name.\n\nPlease see all classes which are not found in Smalltalk and fix things manually.'.
                     classes inspect
                 ] ifFalse:[
                     self warn:'oops - could not a class with that name.'.