TextView.st
changeset 2846 41c2cefc6c4c
parent 2836 de07d386cfe8
child 2854 b9fcff924892
--- a/TextView.st	Fri Feb 06 14:46:35 2004 +0100
+++ b/TextView.st	Fri Feb 06 14:54:35 2004 +0100
@@ -20,7 +20,8 @@
 		selectStyle directoryForFileDialog defaultFileNameForFileDialog
 		externalEncoding contentsWasSaved searchAction lastSearchPattern
 		lastSearchIgnoredCase lastSearchDirection
-		parenthesisSpecification dropSource dragIsActive saveAction'
+		parenthesisSpecification dropSource dragIsActive saveAction
+		characterEncoding'
 	classVariableNames:'DefaultViewBackground DefaultSelectionForegroundColor
 		DefaultSelectionBackgroundColor
 		DefaultAlternativeSelectionForegroundColor
@@ -3712,7 +3713,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.222 2004-01-14 17:02:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.223 2004-02-06 13:54:33 cg Exp $'
 ! !
 
 TextView initialize!