mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +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
28fff5bc13
commit
84475d435d
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>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
actual files where the GNUstep keeps them. The format is the "strings"
|
||||
format and content is trivial. */
|
||||
|
||||
GNUstep = NSApplicationIcon;
|
||||
/* We do not remap the application icon to GNUstep */
|
||||
/* GNUstep = NSApplicationIcon; */
|
||||
|
||||
common_SwitchOff = GSSwitch;
|
||||
NSSwitch = GSSwitch;
|
||||
|
|
Loading…
Reference in a new issue