Skip to content

Commit

Permalink
Merge pull request #608 from MarcusDenker/fix-old-IconNames
Browse files Browse the repository at this point in the history
StRewriterRuleEditorPresenter uses an old icon name.
  • Loading branch information
MarcusDenker authored Nov 7, 2023
2 parents dceec2c + 12d8068 commit 6764eeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ StRewriterRuleEditorPresenter class >> icon [

{ #category : 'accessing' }
StRewriterRuleEditorPresenter class >> iconName [
^ #workspaceIcon
^ #workspace
]

{ #category : 'world menu' }
Expand Down

0 comments on commit 6764eeb

Please sign in to comment.