Skip to content

Commit

Permalink
Merge pull request #613 from MarcusDenker/fix-icon-packageIcon
Browse files Browse the repository at this point in the history
fix two icon names
  • Loading branch information
MarcusDenker authored Nov 17, 2023
2 parents 5024264 + aa4e48e commit 5eb400e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ StRewriterOpenHelpBrowserCommand class >> defaultDescription [
{ #category : 'accessing' }
StRewriterOpenHelpBrowserCommand class >> defaultIconName [

^ #smallQuestionIcon
^ #smallQuestion
]

{ #category : 'default' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ StRewriterScopeSelectorPresenter >> initializePackagesList [
packagesListWithFilterPresenter listPresenter
headerTitle: 'Packages';
display: [ :item | item name ];
displayIcon: [ self iconNamed: #packageIcon ];
displayIcon: [ self iconNamed: #package];
sortingBlock: [ :a :b | a name < b name ];
whenSelectionChangedDo: [ self packagesChanged ];
beMultipleSelection
Expand Down

0 comments on commit 5eb400e

Please sign in to comment.