Skip to content

Commit 6cf1956

Browse files
authored
add default for browser
1 parent 51ab125 commit 6cf1956

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tool-Registry/PharoCommonTools.class.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ PharoCommonTools class >> settingsOn: aBuilder [
4848
getSelector: #browserTool;
4949
setSelector: #browserTool:;
5050
label: 'Systembrowser';
51+
default: (Smalltalk at: #ClyFullBrowser);
5152
domainValues: Smalltalk tools recentBrowserTools ];
5253
with: [
5354
(aBuilder pickOne: #inspectorTool)

0 commit comments

Comments
 (0)