EWorldIconLibrary.st
changeset 14894 cc3aeba7791b
parent 9976 ad8e9894b042
child 15566 184cea584be5
--- a/EWorldIconLibrary.st	Sun Nov 23 04:55:49 2014 +0000
+++ b/EWorldIconLibrary.st	Sun Nov 23 14:56:47 2014 +0100
@@ -38,6 +38,12 @@
 "
      Unfinished - Under construction.
 
+    This is a style specific icon library for a fun look.
+
+    Never access this iconlibrary directly from an application -
+    always use ToolbarIconLibrary, which is an alias to one of the style specific
+    icon libs.
+
      ToolbarIconLibrary := EWorldIconLibrary
      ToolbarIconLibrary := XPToolbarIconLibrary
      ToolbarIconLibrary := VistaToolbarIconLibrary
@@ -251,9 +257,10 @@
 !EWorldIconLibrary class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.1 2011-07-01 13:18:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: EWorldIconLibrary.st 7475 2009-06-17 15:19:48Z vranyj1 §'
+    ^ '$Id: EWorldIconLibrary.st,v 1.2 2014-11-23 13:56:47 cg Exp $'
 ! !
+