* Images/nsmapping.strings: Add a few more mappings, including toolbar images

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34193 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2011-11-18 22:15:06 +00:00
parent 48fa051c31
commit addf80b350
2 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-11-18 Eric Wasylishen <ewasylishen@gmail.com>
* Images/nsmapping.strings: Add a few more mappings, including
toolbar images
2011-11-18 Eric Wasylishen <ewasylishen@gmail.com>
* Source/GSNibLoading.m:

View file

@ -17,3 +17,18 @@ GSOpenHandCursor = common_OpenHandCursor;
GSDragCopyCursor = common_copyCursor;
GSDragLinkCursor = common_linkCursor;
GSOperationNotAllowedCursor = common_noCursor;
/* Toolbar images */
NSToolbarCustomizeToolbarItemImage = common_ToolbarCustomizeToolbarItem;
NSToolbarPrint = common_Printer;
NSToolbarShowColors = common_ToolbarShowColorsItem;
NSToolbarShowFonts = common_ToolbarShowFontsItem;
/* Misc. */
NSColorPanel = common_ToolbarShowColorsItem;
NSComputer = common_Root_PC;
NSStopProgressTemplate = GSStop;
NSFontPanel = common_ToolbarShowFontsItem;
NSFolder = common_Folder;