Add setTitle call to modal.

This commit is contained in:
Gregory John Casamento 2020-07-05 23:09:07 -04:00
parent 1ed5ff16e4
commit b8b88a7579

View file

@ -122,6 +122,7 @@
else
{
w = [NSWindow windowWithContentViewController: _destinationController];
[w setTitle: [_destinationController title]];
}
RETAIN(w);
[w center];