*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 28 Feb 2007 18:28:09 +0100
changeset 7675 f33fda61001c
parent 7674 28ac03e37d41
child 7676 176e30e76a69
*** empty log message ***
FileBrowserV2.st
--- a/FileBrowserV2.st	Wed Feb 28 16:31:56 2007 +0100
+++ b/FileBrowserV2.st	Wed Feb 28 18:28:09 2007 +0100
@@ -313,7 +313,7 @@
 'Lock the file-encoding (do not try to guess from the file''s contents)'
 
 #lineLabel
-'The text-cursor''s line number'
+'The text-cursor''s line number. Double-Click to change'
 
 #modeLabel
 'The editing mode (insert vs. overwrite)'
@@ -1847,7 +1847,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.167 2007-02-28 14:12:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.168 2007-02-28 17:28:09 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!