changed: #initialize
authorClaus Gittinger <cg@exept.de>
Fri, 01 Jul 2011 16:21:48 +0200
changeset 10024 b273c6fd3606
parent 10023 68c1f1618b7d
child 10025 cdf041762f27
changed: #initialize
Tools__NewSystemBrowserCodeView.st
--- a/Tools__NewSystemBrowserCodeView.st	Fri Jul 01 16:21:19 2011 +0200
+++ b/Tools__NewSystemBrowserCodeView.st	Fri Jul 01 16:21:48 2011 +0200
@@ -43,6 +43,7 @@
     "
         self initialize
     "
+    "/ MUST be done in the keyboard.rc file
     "
     Smalltalk addStartBlock:
         [Display keyboardMap 
@@ -54,6 +55,7 @@
     "Created: / 25-12-2007 / 19:58:53 / janfrog"
     "Modified: / 27-02-2008 / 12:16:10 / janfrog"
     "Modified: / 15-04-2010 / 16:40:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (comment): / 01-07-2011 / 16:21:38 / cg"
 ! !
 
 !NewSystemBrowserCodeView class methodsFor:'menu specs'!
@@ -1015,7 +1017,7 @@
 !NewSystemBrowserCodeView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowserCodeView.st,v 1.6 2011-07-01 14:21:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowserCodeView.st,v 1.7 2011-07-01 14:21:48 cg Exp $'
 !
 
 version_CVS_jvrany