TextView.st
changeset 3275 435d179c606f
parent 3270 e3ed37e15f9d
child 3280 703642244271
--- a/TextView.st	Mon Mar 06 09:55:35 2006 +0100
+++ b/TextView.st	Mon Mar 06 09:55:43 2006 +0100
@@ -1051,7 +1051,7 @@
         self withWaitCursorDo:[
             f := FontPanel 
                     fontFromUserInitial:defaultFont
-                    title:(resources string:'font selection')
+                    title:(resources string:'Font selection')
                     filter:filter
                     encoding:pref.
 
@@ -3861,7 +3861,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.261 2006-02-24 10:16:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.262 2006-03-06 08:55:43 cg Exp $'
 ! !
 
 TextView initialize!