diff -r 44b557be4981 -r 89fca378e089 DictionaryInspectorView.st --- a/DictionaryInspectorView.st Tue Apr 15 11:29:38 2014 +0200 +++ b/DictionaryInspectorView.st Tue Apr 15 11:31:01 2014 +0200 @@ -354,7 +354,7 @@ key := self selectedKey. key notNil ifTrue:[ - key inspect + self inspectNext:key. ] ! @@ -735,10 +735,10 @@ !DictionaryInspectorView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.83 2013-10-09 13:44:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.84 2014-04-15 09:31:01 stefan Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.83 2013-10-09 13:44:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.84 2014-04-15 09:31:01 stefan Exp $' ! !