Skip to content

Commit

Permalink
Fixes 17483 on Pharo putting finder in browse menu
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisCnockaert committed Dec 4, 2024
1 parent 8e80184 commit 704529c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Finder/StFinderPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ StFinderPresenter class >> menuFinderCommandOn: aBuilder [
<worldMenu>

(aBuilder item: #NewFinder)
parent: #NewToolsMenu;
parent: #Searching ;
action: [ StFinderPresenter open ];
label: 'New Finder';
order: 2;
Expand Down

0 comments on commit 704529c

Please sign in to comment.