mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 11:01:31 +00:00
9 lines
333 B
Text
9 lines
333 B
Text
|
/* 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. */
|
||
|
|
||
|
NSSwitch = common_SwitchOff;
|
||
|
NSHighlightedSwitch = common_SwitchOn;
|
||
|
NSRadioButton = common_RadioOff;
|
||
|
NSHighlightedRadioButton = common_RadioOn;
|