SelectionInListModelView.st
changeset 5550 055cf25539f5
parent 5496 0a189e9110c4
child 5663 6d448f6cb44d
--- a/SelectionInListModelView.st	Tue May 30 17:52:47 2017 +0200
+++ b/SelectionInListModelView.st	Wed Jun 07 17:24:50 2017 +0200
@@ -2625,13 +2625,14 @@
 !
 
 selectNext
-    "select next line or first visible if there is currrently no selection.
-     Wrap at end. 
+    "select next line or first visible if there is currently no selection.
+     Wrap at end.
      Model and/or actionBlock notification IS done."
 
     self selection:(self nextAfterSelection)
 
-    "Modified: 15.11.1996 / 17:01:27 / cg"
+    "Modified: / 15-11-1996 / 17:01:27 / cg"
+    "Modified (comment): / 07-06-2017 / 17:20:33 / mawalch"
 !
 
 selectPrevious