Skip to content

Commit

Permalink
add default for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 19, 2020
1 parent 51ab125 commit 6cf1956
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tool-Registry/PharoCommonTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ PharoCommonTools class >> settingsOn: aBuilder [
getSelector: #browserTool;
setSelector: #browserTool:;
label: 'Systembrowser';
default: (Smalltalk at: #ClyFullBrowser);
domainValues: Smalltalk tools recentBrowserTools ];
with: [
(aBuilder pickOne: #inspectorTool)
Expand Down

0 comments on commit 6cf1956

Please sign in to comment.