We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67f97cc + b5d23ae commit deabcf8Copy full SHA for deabcf8
src/Pyramid-Bloc/PyramidLibraryDefault.class.st
@@ -42,7 +42,7 @@ PyramidLibraryDefault >> pragmaCategory: aSymbol withIcon: anIcon [
42
thenCollect: [ :method |
43
PyramidLibraryElement new
44
icon: (Smalltalk ui icons iconNamed:
45
- method methodClass soleInstance systemIconName);
+ method methodClass systemIconName);
46
name: ('<1s> (<2s>)'
47
expandMacrosWith: method selector
48
with: method methodClass name);
0 commit comments