DebugView.st
changeset 14877 f1edca580b1d
parent 14835 239d36d19ee2
child 14880 63eded79fd5b
--- a/DebugView.st	Thu Nov 20 16:17:23 2014 +0100
+++ b/DebugView.st	Thu Nov 20 20:29:47 2014 +0100
@@ -8910,7 +8910,7 @@
                             codeView contents:(resources
                                                        string:'** no sourcefile: %1 **'
                                                        with:method sourceFilename).
-                            codeView flash.
+                            codeView flash:'no source'.
                             codeSet := true.
                         ] ifFalse:[
                             [
@@ -9457,15 +9457,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.670 2014-11-14 14:46:00 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.671 2014-11-20 19:29:47 cg Exp $'
 ! !