class: ProjectProblem
authorClaus Gittinger <cg@exept.de>
Sat, 30 Mar 2013 22:02:36 +0100
changeset 3171 cf50d68535e0
parent 3170 65d0cea4b658
child 3172 075893be09ad
class: ProjectProblem
ProjectProblem.st
--- a/ProjectProblem.st	Sat Mar 30 21:50:17 2013 +0100
+++ b/ProjectProblem.st	Sat Mar 30 22:02:36 2013 +0100
@@ -1046,7 +1046,7 @@
 'Class %2 is listed in project definition (%1) before its superclass %3.
 <br>The package can be stc-compiled 
 (because the generated makefile compiles in correct order)
-but may fail to load from source.
+but the class may fail to load from source.
 <br>Make sure %3 is listed before %2.
 
 '
@@ -1508,11 +1508,11 @@
 !ProjectProblem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.16 2013-03-30 20:50:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.17 2013-03-30 21:02:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.16 2013-03-30 20:50:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ProjectProblem.st,v 1.17 2013-03-30 21:02:36 cg Exp $'
 !
 
 version_SVN