# HG changeset patch # User Stefan Vogel # Date 1143192627 -3600 # Node ID ec6a99aad5e8f2b7e30e0b1b52011c7960af5063 # Parent 963d2fe6530db6fd209a29f500710523388f1e16 comments 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 $' ! !