Skip to content

Commit

Permalink
Automatic refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 23, 2022
1 parent acbc3e9 commit ab026b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RewriteRuleTools/ScopeSelectorPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ScopeSelectorPresenter >> initializeClassesList [
classesListWithFilterPresenter listPresenter
headerTitle: 'Classes';
display: [ :item | item name ];
displayIcon: [ :elem | elem systemIcon ];
displayIcon: [ :elem | elem iconNamed: elem systemIconName ];
sortingBlock: [ :a :b | a name < b name ];
whenSelectionChangedDo: [ :selection | self classesChanged ];
beMultipleSelection
Expand Down

0 comments on commit ab026b9

Please sign in to comment.