mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
* 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:
parent
48fa051c31
commit
addf80b350
2 changed files with 20 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
Loading…
Reference in a new issue