mac: Fix editor window

stable-5.3
Martin Plicht 2012-10-14 19:45:39 +02:00
parent a6d9690afa
commit 4f8effcd10
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ C4Window* C4ConsoleGUI::CreateConsoleWindow(C4AbstractApp *application)
{
C4WindowController* controller = [C4EditorWindowController new];
setObjectiveCObject(controller);
[NSBundle loadNibNamed:@"ConsoleWindow" owner:controller];
[NSBundle loadNibNamed:@"Editor" owner:controller];
[controller setStdWindow:this];
this->Active = true;
return this;