Skip to content

Commit

Permalink
Merge pull request pharo-project#16769 from jecisc/fix-deprecated-usage
Browse files Browse the repository at this point in the history
Fix deprecated usage of StInspector
  • Loading branch information
demarey authored Jun 14, 2024
2 parents 94bee0c + 9b3fe48 commit 8a4a352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tool-Registry/PharoCommonTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit 8a4a352

Please sign in to comment.