From df47d460b23dfbf75162521fb65c9c659e64de91 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Tue, 27 Sep 2011 16:29:41 +0200 Subject: [PATCH] fixed issue where a new tweet window wouldn't open --- NewTweetWindow.h | 2 +- NewTweetWindow.m | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NewTweetWindow.h b/NewTweetWindow.h index ba1ab41..ea4c970 100644 --- a/NewTweetWindow.h +++ b/NewTweetWindow.h @@ -1,5 +1,5 @@ // -// MyDocument.h +// NewTweetWindow.h // Twittia 2 // // Created by Jeena on 16.04.10. diff --git a/NewTweetWindow.m b/NewTweetWindow.m index ec87f3e..c6cdd9e 100644 --- a/NewTweetWindow.m +++ b/NewTweetWindow.m @@ -1,5 +1,5 @@ // -// MyDocument.m +// NewTweetWindow.m // Twittia 2 // // Created by Jeena on 16.04.10. @@ -31,7 +31,7 @@ { // Override returning the nib file name of the document // If you need to use a subclass of NSWindowController or if your document supports multiple NSWindowControllers, you should remove this method and override -makeWindowControllers instead. - return @"MyDocument"; + return @"NewTweetWindow"; } - (NSString *)displayName {