Skip to content

Commit

Permalink
GTPlayground tries to get the icon before the tool is registered
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Mar 10, 2019
1 parent a5f3857 commit 272bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GT-Playground/GTPlayground.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GTPlayground class >> menuCommandOn: aBuilder [
order: 10;
keyText: 'o, w';
help: 'A window used as a scratchpad area where fragments of Pharo code can be entered, stored, edited, and evaluated.';
icon: Smalltalk tools workspace taskbarIcon
icon: (self iconNamed: #workspaceIcon)
]

{ #category : #'instance creation' }
Expand Down

0 comments on commit 272bebe

Please sign in to comment.