DictionaryInspectorView.st
changeset 77 bfb07ce94a87
parent 73 e332d9c71624
child 108 a936f81cc162
--- a/DictionaryInspectorView.st	Mon Mar 06 20:33:32 1995 +0100
+++ b/DictionaryInspectorView.st	Mon Mar 06 22:25:58 1995 +0100
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.11 1995-02-28 21:55:46 claus Exp $
+$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.12 1995-03-06 21:25:29 claus Exp $
 '!
 
 !DictionaryInspectorView class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.11 1995-02-28 21:55:46 claus Exp $
+$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.12 1995-03-06 21:25:29 claus Exp $
 "
 !
 
@@ -96,7 +96,7 @@
 
     |keyName key|
 
-    keyName := DialogView request:'key to add:' initialAnswer:''.
+    keyName := Dialog request:'key to add:' initialAnswer:''.
     keyName notNil ifTrue:[
 	key := keyName asSymbol.
 	(inspectedObject includesKey:key) ifFalse:[