ProjectDefinition.st
changeset 13650 f40c19490865
parent 13637 d2ca7b303301
child 13687 1577ea868878
--- a/ProjectDefinition.st	Wed Sep 07 11:01:21 2011 +0200
+++ b/ProjectDefinition.st	Wed Sep 07 11:11:06 2011 +0200
@@ -3455,7 +3455,7 @@
                 select:[:nm | (Smalltalk at:nm ifAbsent:nil) isNil]
                 thenDo:[:nm | Transcript showCR:nm].
             (depClasses includes:nil) ifTrue:[
-                (Dialog confirm:'Dependencies are not in correct (some classes are not present).\\Continue anyway ?' withCRs)
+                (Dialog confirm:'Dependencies might be incorrect (some classes are not present).\\Continue anyway ?' withCRs)
                 ifFalse:[
                     AbortOperationRequest raise.
                 ].
@@ -3485,7 +3485,7 @@
     "
 
     "Created: / 09-08-2006 / 11:24:39 / fm"
-    "Modified: / 03-07-2011 / 21:51:36 / cg"
+    "Modified: / 07-09-2011 / 10:55:12 / cg"
 !
 
 commonSymbolsFlag
@@ -6414,11 +6414,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.350 2011-09-06 08:52:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.351 2011-09-07 09:11:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.350 2011-09-06 08:52:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.351 2011-09-07 09:11:06 cg Exp $'
 !
 
 version_SVN