mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:10:37 +00:00
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:
parent
3300a0b948
commit
7a5329dfb6
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue