AbstractLauncherApplication.st
changeset 2866 bdbdb168bc5c
parent 2861 1f6dafaaeb90
child 2883 bd88b8b95b29
--- a/AbstractLauncherApplication.st	Fri Dec 01 11:11:43 2000 +0100
+++ b/AbstractLauncherApplication.st	Fri Dec 01 16:29:36 2000 +0100
@@ -2982,7 +2982,7 @@
     box label:(resources string:'Memory manager settings').
 
     (box addTextLabel:'Warning - invalid settings may result in failures or poor performance
-' , 'You have been warned' asText allBold , '.') adjust:#left.
+' , 'You have been warned' allBold , '.') adjust:#left.
     box addHorizontalLine.
 
     models with:info do:[:m :i |
@@ -4928,7 +4928,7 @@
                             entry := MultiColListEntry new:2 tabulatorSpecification:tabs.
                             pkg := Project projectWithId:pName asSymbol.
                             (pkg notNil and:[pkg isLoaded]) ifTrue:[
-                                entry colAt:1 put:pName asText allBold.
+                                entry colAt:1 put:pName allBold.
                                 entry colAt:2 put:'loaded'.
                             ] ifFalse:[
                                 entry colAt:1 put:pName.
@@ -5002,7 +5002,6 @@
                        (500 min:(box device height - 50)) .
 
     box destroy.
-
 ! !
 
 !AbstractLauncherApplication::LauncherDialogs class methodsFor:'dialogs-private'!
@@ -5797,5 +5796,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.136 2000-11-23 13:19:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.137 2000-12-01 15:29:36 cg Exp $'
 ! !