ProjectProblem.st
changeset 4460 044252f25c7d
parent 4370 f03628f5a60a
child 4491 9e82adeddb41
--- a/ProjectProblem.st	Wed Jul 10 18:21:08 2019 +0200
+++ b/ProjectProblem.st	Wed Jul 10 18:32:03 2019 +0200
@@ -2542,8 +2542,10 @@
 
 doTryToLoadMissingPackage
     (Smalltalk loadPackage:missing) ifFalse:[
-        Dialog warn:('Failed to load the missing package %1' bindWith:missing)
+        Dialog warn:'Failed to load the missing package %1' with:missing
     ].
+
+    "Modified: / 10-07-2019 / 18:30:31 / Claus Gittinger"
 !
 
 fixes