mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 16:10:48 +00:00
Old cursor images mapping was removed from nsmapping.strings.
This commit is contained in:
parent
31446eb0f9
commit
dc766834f6
2 changed files with 1 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
* Images/common_OpenHandCursor.tiff,
|
||||
* Images/common_copyCursor.tiff,
|
||||
* Images/common_linkCursor.tiff,
|
||||
* Images/common_noCursor.tiff: Remove unused images.
|
||||
* Images/common_noCursor.tiff: Removed from nsmapping.strings.
|
||||
|
||||
* Images/GNUmakefile (Images_RESOURCE_FILES): Update resource
|
||||
list according to cursor images addition/removal.
|
||||
|
|
|
@ -36,12 +36,6 @@ NSMenuMixedState = GSMenuMixed;
|
|||
common_ComboBoxEllipsis = GSComboArrow;
|
||||
NSComboArrow = GSComboArrow;
|
||||
|
||||
common_ClosedHandCursor = GSClosedHandCursor;
|
||||
common_OpenHandCursor = GSOpenHandCursor;
|
||||
common_copyCursor = GSDragCopyCursor;
|
||||
common_linkCursor = GSDragLinkCursor;
|
||||
common_noCursor = GSOperationNotAllowedCursor;
|
||||
|
||||
/* Toolbar images */
|
||||
|
||||
common_ToolbarCustomizeToolbarItem = NSToolbarCustomizeToolbarItemImage;
|
||||
|
|
Loading…
Reference in a new issue