Skip to content

Commit b5d23ae

Browse files
author
Mathieu Maguérès
committed
fix bug with soleInstance
1 parent 53ca41d commit b5d23ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pyramid-Bloc/PyramidLibraryDefault.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ PyramidLibraryDefault >> pragmaCategory: aSymbol withIcon: anIcon [
4242
thenCollect: [ :method |
4343
PyramidLibraryElement new
4444
icon: (Smalltalk ui icons iconNamed:
45-
method methodClass soleInstance systemIconName);
45+
method methodClass systemIconName);
4646
name: ('<1s> (<2s>)'
4747
expandMacrosWith: method selector
4848
with: method methodClass name);

0 commit comments

Comments
 (0)