NoteBookView.st
changeset 2533 93463469dba8
parent 2532 7a06df99a078
child 2608 4354fb28526e
--- a/NoteBookView.st	Tue Jul 01 16:37:41 2003 +0200
+++ b/NoteBookView.st	Tue Jul 01 16:37:58 2003 +0200
@@ -586,8 +586,8 @@
 !NoteBookView methodsFor:'accessing-mvc'!
 
 model:aValueHolder
-    "set the model, which keeps the selection
-    "
+    "set the model, which keeps the selection"
+
     super model:aValueHolder.
 
     model notNil ifTrue:[
@@ -2435,5 +2435,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.81 2003-07-01 14:37:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.82 2003-07-01 14:37:58 cg Exp $'
 ! !