diff -r 963d2fe6530d -r ec6a99aad5e8 CodeView.st --- a/CodeView.st Mon Mar 20 09:54:15 2006 +0100 +++ b/CodeView.st Fri Mar 24 10:30:27 2006 +0100 @@ -110,9 +110,9 @@ "/ make Jan's enhancement dependent on "/ the st80EditMode-flag setting - to avoid confusing - "/ those who are used to the old nehavior. + "/ those who are used to the old behavior. "/ for Jan: - "/ st80EditMode is confgured in the settings-Editor dialog + "/ st80EditMode is configured in the settings-Editor dialog "/ and saved/restored with the userPreferences. (self st80EditMode not @@ -320,5 +320,5 @@ !CodeView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.57 2006-02-01 13:26:13 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.58 2006-03-24 09:30:27 stefan Exp $' ! !