mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:10:48 +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
915f26efb1
commit
a5ac2fb129
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>
|
2011-11-18 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
* Source/GSNibLoading.m:
|
* Source/GSNibLoading.m:
|
||||||
|
|
|
@ -17,3 +17,18 @@ GSOpenHandCursor = common_OpenHandCursor;
|
||||||
GSDragCopyCursor = common_copyCursor;
|
GSDragCopyCursor = common_copyCursor;
|
||||||
GSDragLinkCursor = common_linkCursor;
|
GSDragLinkCursor = common_linkCursor;
|
||||||
GSOperationNotAllowedCursor = common_noCursor;
|
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…
Add table
Add a link
Reference in a new issue