added: #sharedPoolBrowserIcon
authorClaus Gittinger <cg@exept.de>
Thu, 14 Oct 2010 12:02:01 +0200
changeset 9577 99f5354e0f5c
parent 9576 4505159b2222
child 9578 18f0152037a7
added: #sharedPoolBrowserIcon
SystemBrowser.st
--- a/SystemBrowser.st	Mon Oct 11 13:09:40 2010 +0200
+++ b/SystemBrowser.st	Thu Oct 14 12:02:01 2010 +0200
@@ -1486,6 +1486,14 @@
     ^ XPToolbarIconLibrary removeBreakPointIcon2
 !
 
+sharedPoolBrowserIcon
+    <resource: #programImage>
+
+    ^ ToolbarIconLibrary sharedPoolBrowserIcon
+
+    "Created: / 14-10-2010 / 12:01:51 / cg"
+!
+
 small_methodEmptyInheritedIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -5680,11 +5688,11 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.283 2010-08-12 09:12:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.284 2010-10-14 10:02:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.283 2010-08-12 09:12:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.284 2010-10-14 10:02:01 cg Exp $'
 ! !
 
 SystemBrowser initialize!