DebugView.st
changeset 7647 06482a9d524a
parent 7632 dec23bc52ab8
child 7648 acfbc051149f
--- a/DebugView.st	Mon Feb 12 09:47:06 2007 +0100
+++ b/DebugView.st	Mon Feb 12 09:47:39 2007 +0100
@@ -376,7 +376,10 @@
 
     <resource: #programImage>
 
-    ^ ToolbarIconLibrary debugIt20x20Icon    
+    ^ ToolbarIconLibrary debug22x22Icon    
+    "/ ^ ToolbarIconLibrary debugIt20x20Icon
+
+    "Modified: / 11-02-2007 / 11:47:20 / cg"
 !
 
 defaultVerboseBacktrace
@@ -5980,7 +5983,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.411 2007-02-06 18:57:21 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.412 2007-02-12 08:47:39 cg Exp $'
 ! !
 
 DebugView initialize!