mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Fixed accidentally deleted line
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3789a069f6
commit
ba86814bba
1 changed files with 1 additions and 0 deletions
|
@ -960,6 +960,7 @@ setControl(NSView* content, id control, NSString *title)
|
|||
instance = _instance;
|
||||
ASSIGNCOPY(defaultTitle, _defaultTitle);
|
||||
ASSIGNCOPY(title, _title);
|
||||
ASSIGNCOPY(message, _message);
|
||||
ASSIGNCOPY(defaultButton, _defaultButton);
|
||||
ASSIGNCOPY(alternateButton, _alternateButton);
|
||||
ASSIGNCOPY(otherButton, _otherButton);
|
||||
|
|
Loading…
Reference in a new issue