#icon moved to stx:libtool
authorvrany
Mon, 11 Jul 2011 19:28:54 +0200
changeset 10310 cf3cfd80f443
parent 10309 05f375be3676
child 10311 755d5c678cf0
#icon moved to stx:libtool
extensions.st
--- a/extensions.st	Mon Jul 11 18:06:17 2011 +0200
+++ b/extensions.st	Mon Jul 11 19:28:54 2011 +0200
@@ -21,6 +21,15 @@
 !Breakpoint methodsFor:'accessing'!
 
 icon
+
+    ^description icon
+
+    "Created: / 11-07-2011 / 18:21:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
+!BreakpointDescription methodsFor:'accessing'!
+
+icon
     "do not use abbreviations like bpnt or brp or similar;
      when I do not know the exact name, I tend to search for implementors/senders
      of '*break*' or '*disabled*'.
@@ -1500,5 +1509,5 @@
 !stx_libtool class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.36 2011-07-06 23:16:03 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/extensions.st,v 1.37 2011-07-11 17:28:54 vrany Exp $'
 ! !
\ No newline at end of file