template
authorClaus Gittinger <cg@exept.de>
Mon, 29 Mar 2004 18:31:49 +0200
changeset 5802 0e7e66402f6d
parent 5801 f6591a430802
child 5803 b43e404776f1
template
SystemBrowser.st
--- a/SystemBrowser.st	Mon Mar 29 18:31:36 2004 +0200
+++ b/SystemBrowser.st	Mon Mar 29 18:31:49 2004 +0200
@@ -347,7 +347,8 @@
     s cr.
     s emphasis:(UserPreferences current commentEmphasisAndColor).
     s nextPutAll:'"
- change the above template into real code.
+ change the above template into real code;
+ remove this comment.
  Then `accept'' either via the menu 
  or via the keyboard (usually CMD-A).
 
@@ -5292,7 +5293,7 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.205 2004-03-20 13:58:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.206 2004-03-29 16:31:49 cg Exp $'
 ! !
 
 SystemBrowser initialize!