mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:11:18 +00:00
Add setTitle call to modal.
This commit is contained in:
parent
1ed5ff16e4
commit
b8b88a7579
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@
|
|||
else
|
||||
{
|
||||
w = [NSWindow windowWithContentViewController: _destinationController];
|
||||
[w setTitle: [_destinationController title]];
|
||||
}
|
||||
RETAIN(w);
|
||||
[w center];
|
||||
|
|
Loading…
Reference in a new issue