# HG changeset patch # User Claus Gittinger # Date 1485356810 -3600 # Node ID 7b4055c18979f7f4cf7ea35607fb3bdba3a96bd7 # Parent cd99daa1268938e44807206322e3806cabbb0682 #OTHER by cg image inspector shows new tab diff -r cd99daa12689 -r 7b4055c18979 stx_libtool.st --- a/stx_libtool.st Wed Jan 25 16:06:49 2017 +0100 +++ b/stx_libtool.st Wed Jan 25 16:06:50 2017 +0100 @@ -393,7 +393,6 @@ (ClassItemRootForRevision autoload) (ClassNameItem autoload) (ClassRevisionTree autoload) - (ClassVariablesInspectorView autoload) (CodeGeneratorTests autoload) (ColorInspectorView autoload) (EWorldIconLibrary autoload) @@ -410,6 +409,7 @@ (ProjectView autoload) (SemaphoreMonitor autoload) (SmalltalkInspectorView autoload) + (ClassVariablesInspectorView autoload) (SourceRevisionItem autoload) (TextDiffTests autoload) (#'Tools::CodeView2DemoApp' autoload) @@ -614,6 +614,7 @@ 'Smalltalk class' inspectorClass 'StandaloneStartup class' iconInBrowserSymbol 'Warning class' iconInBrowserSymbol + Image inspector2TabImageCreatorClass ) ! !