diff -r 1f4b4b257010 -r 4da295a373af XPToolbarIconLibrary.st --- a/XPToolbarIconLibrary.st Sat Feb 21 01:34:09 2015 +0100 +++ b/XPToolbarIconLibrary.st Sat Feb 21 01:46:37 2015 +0100 @@ -11,6 +11,8 @@ " "{ Package: 'stx:libwidg' }" +"{ NameSpace: Smalltalk }" + GenericToolbarIconLibrary subclass:#XPToolbarIconLibrary instanceVariableNames:'' classVariableNames:'' @@ -45,7 +47,7 @@ icon libs. Notice and Warning: - only redefine existing icons here; never add ionly to here. + only redefine existing icons here; never only add here. For every icon-method here, there MUST be a corresponding (albeit possibly ugly) icon-method in GenericToolBarIcon. " @@ -7178,10 +7180,10 @@ !XPToolbarIconLibrary class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.131 2014-12-20 00:08:10 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.132 2015-02-21 00:46:37 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.131 2014-12-20 00:08:10 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.132 2015-02-21 00:46:37 cg Exp $' ! !