mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:10:37 +00:00
* Source/NSAlert.m (-_initWithoutGModel): Add missing nil
at end of call to -dictionaryWithObjectsAndKeys: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24685 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be0bcb9ef4
commit
7c77ac64a1
2 changed files with 8 additions and 1 deletions
|
@ -408,7 +408,8 @@ setControl(NSView* content, id control, NSString *title)
|
|||
*/
|
||||
selectedAttrs = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSColor whiteColor],
|
||||
NSBackgroundColorAttributeName];
|
||||
NSBackgroundColorAttributeName,
|
||||
nil];
|
||||
[(NSTextView *)fieldEditor setSelectedTextAttributes: selectedAttrs];
|
||||
[messageField setSelectable: YES];
|
||||
[messageField setBezeled: NO];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue