1997-12-04 01:58:57 +00:00
|
|
|
/* This file contains the mapping of the OPENSTEP names of the images to the
|
|
|
|
actual files where the GNUstep keeps them. The format is the "strings"
|
|
|
|
format and content is trivial. */
|
|
|
|
|
2009-08-31 10:27:04 +00:00
|
|
|
NSApplicationIcon = GNUstep;
|
1997-12-04 01:58:57 +00:00
|
|
|
NSSwitch = common_SwitchOff;
|
|
|
|
NSHighlightedSwitch = common_SwitchOn;
|
|
|
|
NSRadioButton = common_RadioOff;
|
|
|
|
NSHighlightedRadioButton = common_RadioOn;
|
2000-03-02 03:13:48 +00:00
|
|
|
AppleMenuImage = GNUstepMenuImage;
|
|
|
|
NSMenuCheckmark = common_2DCheckMark;
|
2004-02-24 19:31:33 +00:00
|
|
|
NSMenuArrow = common_3DArrowRight;
|
2004-05-31 19:24:10 +00:00
|
|
|
NSMenuMixedState = common_2DDash;
|
|
|
|
NSComboArrow = common_ComboBoxEllipsis;
|
2004-12-08 23:53:32 +00:00
|
|
|
GSClosedHandCursor = common_ClosedHandCursor;
|
2005-05-26 02:52:46 +00:00
|
|
|
GSOpenHandCursor = common_OpenHandCursor;
|