Skip to content

Commit

Permalink
Use MicDocumentBrowserPresenter instead of MicDocumentBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand committed Oct 17, 2023
1 parent 4167e7e commit e48e2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackageFormulas-UI/PFHelpCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ PFHelpCommand class >> defaultName [
PFHelpCommand >> execute [
"Open a Help"

MicDocumentBrowser open.
MicDocumentBrowserPresenter open.

]

0 comments on commit e48e2ec

Please sign in to comment.