x
authorClaus Gittinger <cg@exept.de>
Wed, 03 Apr 2013 15:07:37 +0200
changeset 4548 329c0998708e
parent 4547 021a913484e6
child 4549 082baffd9661
x
XPToolbarIconLibrary.st
--- a/XPToolbarIconLibrary.st	Wed Apr 03 15:07:34 2013 +0200
+++ b/XPToolbarIconLibrary.st	Wed Apr 03 15:07:37 2013 +0200
@@ -36,7 +36,12 @@
 
 documentation
 "
-     ToolbarIconLibrary := XPToolbarIconLibrary
+    ToolbarIconLibrary := XPToolbarIconLibrary.
+
+    Notice and Warning:
+        only redefine existing icons here; never add ionly to here.
+        For every icon-method here, there MUST be a corresponding (albeit
+        possibly ugly) icon-method in GenericToolBarIcon.
 "
 ! !
 
@@ -4936,9 +4941,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.119 2012-04-28 16:33:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.120 2013-04-03 13:07:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.119 2012-04-28 16:33:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.120 2013-04-03 13:07:37 cg Exp $'
 ! !
+