# HG changeset patch # User Claus Gittinger # Date 938355248 -7200 # Node ID 243b06d0e2302683bb2bf4467871095fb5b5be70 # Parent 3bbc7d113387ca9a4df29982d5c3f93fd972f8e4 checkin from browser diff -r 3bbc7d113387 -r 243b06d0e230 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'!