checkin from browser
authorClaus Gittinger <cg@exept.de>
Sun, 26 Sep 1999 16:14:08 +0200
changeset 1242 243b06d0e230
parent 1241 3bbc7d113387
child 1243 03c4a3e4ddd2
checkin from browser
ProjectBrowser.st
--- a/ProjectBrowser.st	Sun Sep 26 15:29:21 1999 +0200
+++ b/ProjectBrowser.st	Sun Sep 26 16:14:08 1999 +0200
@@ -5293,7 +5293,7 @@
     ].
 
     (classesInImageOnly isEmpty and:[classesInProjectOnly isEmpty]) ifTrue:[
-        self information:'Set of classes in project and image are equesl.'.
+        self information:'Set of classes in project and image are equal.'.
         ^ self.
     ].
 
@@ -5308,6 +5308,7 @@
         openDialogInterfaceSpec:(self class classValidationDialogSpec)
         withBindings:bindings
 
+    "Modified: / 26.9.1999 / 16:03:50 / cg"
 ! !
 
 !ProjectBrowser methodsFor:'user actions - canvas'!