From 9b3fe48ec54d5f9c5b6325de041500ab3076cb17 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Fri, 14 Jun 2024 15:38:54 +0200 Subject: [PATCH] Fix deprecated usage of StInspector Use the class that is not deprecated. This is also a pretty bad dependency :/ But I'll not fix it in this PR because I don't have the time. This will allow to remove NewTools deprecated classed of P12 --- src/Tool-Registry/PharoCommonTools.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tool-Registry/PharoCommonTools.class.st b/src/Tool-Registry/PharoCommonTools.class.st index 7d97b050026..e54a3827074 100644 --- a/src/Tool-Registry/PharoCommonTools.class.st +++ b/src/Tool-Registry/PharoCommonTools.class.st @@ -58,7 +58,7 @@ PharoCommonTools class >> settingsOn: aBuilder [ targetSelector: #tools; getSelector: #inspectorTool; setSelector: #inspectorTool:; - default: (self environment at: #StInspector); + default: (self environment at: #StInspectorPresenter); label: 'Inspector'; domainValues: Smalltalk tools recentInspectorTools ]; with: [