fixed issue where a new tweet window wouldn't open
This commit is contained in:
parent
7969e8f2f3
commit
df47d460b2
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// MyDocument.h
|
// NewTweetWindow.h
|
||||||
// Twittia 2
|
// Twittia 2
|
||||||
//
|
//
|
||||||
// Created by Jeena on 16.04.10.
|
// Created by Jeena on 16.04.10.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// MyDocument.m
|
// NewTweetWindow.m
|
||||||
// Twittia 2
|
// Twittia 2
|
||||||
//
|
//
|
||||||
// Created by Jeena on 16.04.10.
|
// Created by Jeena on 16.04.10.
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
{
|
{
|
||||||
// Override returning the nib file name of the document
|
// 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.
|
// 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 {
|
- (NSString *)displayName {
|
||||||
|
|
Reference in a new issue