*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 11 Apr 2007 11:08:53 +0200
changeset 7790 14f1e8ee968e
parent 7789 c9f1c54da8be
child 7791 e258a5641027
*** empty log message ***
NewSystemBrowser.st
Tools__NewSystemBrowser.st
--- a/NewSystemBrowser.st	Tue Apr 10 17:20:55 2007 +0200
+++ b/NewSystemBrowser.st	Wed Apr 11 11:08:53 2007 +0200
@@ -25282,7 +25282,7 @@
 
     defClass validateDescription.
     defClass hasAllCompiledClassesFullyLoaded ifFalse:[
-        (Dialog confirm:'The dependency information as generated will be incomplete,\because some compiled class(es) are not loaded.\\Continue anyway ?' withCRs)
+        (Dialog confirm:'The dependency information as generated will be incomplete,\because some compiled class(es) are not loaded (See Transcript).\\Continue anyway ?' withCRs)
         ifFalse:[
             ^ self.
         ]
@@ -40896,7 +40896,7 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1159 2007-03-29 08:22:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/NewSystemBrowser.st,v 1.1160 2007-04-11 09:08:53 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!
--- a/Tools__NewSystemBrowser.st	Tue Apr 10 17:20:55 2007 +0200
+++ b/Tools__NewSystemBrowser.st	Wed Apr 11 11:08:53 2007 +0200
@@ -25282,7 +25282,7 @@
 
     defClass validateDescription.
     defClass hasAllCompiledClassesFullyLoaded ifFalse:[
-        (Dialog confirm:'The dependency information as generated will be incomplete,\because some compiled class(es) are not loaded.\\Continue anyway ?' withCRs)
+        (Dialog confirm:'The dependency information as generated will be incomplete,\because some compiled class(es) are not loaded (See Transcript).\\Continue anyway ?' withCRs)
         ifFalse:[
             ^ self.
         ]
@@ -40896,7 +40896,7 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1159 2007-03-29 08:22:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1160 2007-04-11 09:08:53 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!