*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 06 Feb 2007 18:44:59 +0100
changeset 7627 4676f12a2497
parent 7626 9a2b4d6855a2
child 7628 a2c2878586ea
*** empty log message ***
DebugView.st
--- a/DebugView.st	Tue Feb 06 14:27:29 2007 +0100
+++ b/DebugView.st	Tue Feb 06 18:44:59 2007 +0100
@@ -379,7 +379,7 @@
     |nm i resources|
 
     (i := DefaultIcon) isNil ifTrue:[
-        i := ToolbarIconLibrary debugIt20x20Icon
+        i := ToolbarIconLibrary debugIt20x20Icon.
 
 "/        resources := self classResources.
 "/        i := resources at:#DEBUGGER_ICON' default:nil.
@@ -400,8 +400,8 @@
        DefaultIcon := nil
     "
 
-    "Modified: / 19.3.1997 / 20:48:34 / ca"
-    "Modified: / 17.11.2001 / 23:09:45 / cg"
+    "Modified: / 19-03-1997 / 20:48:34 / ca"
+    "Modified: / 06-02-2007 / 18:44:55 / cg"
 !
 
 defaultVerboseBacktrace
@@ -6005,7 +6005,7 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.408 2007-02-06 06:48:15 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.409 2007-02-06 17:44:59 cg Exp $'
 ! !
 
 DebugView initialize!