Added NSApplicationIcon to the image mapping list to ensure -imageNamed:

returns a non-nil image even when -[NSApplication finishLaunching] hasn't been 
called. The behavior is now the same than Cocoa.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28580 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2009-08-31 10:27:04 +00:00
parent 3300a0b948
commit 7a5329dfb6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2009-08-31 Quentin Mathe <quentin.mathe@gmail.com>
* Images/nsmapping.strings: Added NSApplicationIcon to ensure -imageNamed:
returns a non-nil image even when -[NSApplication finishLaunching] hasn't
been called. The behavior is now the same than Cocoa.
2009-08-28 17:32-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Images/common_DimpleHoriz.tiff: Add

View file

@ -2,6 +2,7 @@
actual files where the GNUstep keeps them. The format is the "strings"
format and content is trivial. */
NSApplicationIcon = GNUstep;
NSSwitch = common_SwitchOff;
NSHighlightedSwitch = common_SwitchOn;
NSRadioButton = common_RadioOff;