mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 19:00:47 +00:00
Do not remap GNUstep image itself.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36894 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2282989353
commit
e3e984b6c8
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-07-15 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
|
* Images/nsmapping.strings
|
||||||
|
Do not remap GNUstep image itself.
|
||||||
|
|
||||||
2013-07-15 Riccardo Mottola <rm@gnu.org>
|
2013-07-15 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* Headers/Additions/GNUstepGUI/GSTheme.h
|
* Headers/Additions/GNUstepGUI/GSTheme.h
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
actual files where the GNUstep keeps them. The format is the "strings"
|
actual files where the GNUstep keeps them. The format is the "strings"
|
||||||
format and content is trivial. */
|
format and content is trivial. */
|
||||||
|
|
||||||
GNUstep = NSApplicationIcon;
|
/* We do not remap the application icon to GNUstep */
|
||||||
|
/* GNUstep = NSApplicationIcon; */
|
||||||
|
|
||||||
common_SwitchOff = GSSwitch;
|
common_SwitchOff = GSSwitch;
|
||||||
NSSwitch = GSSwitch;
|
NSSwitch = GSSwitch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue