Added correct window title

This commit is contained in:
michael starke
2013-03-03 14:01:35 +01:00
parent 7d6712536b
commit 54b8afdda4
4 changed files with 26 additions and 3 deletions

View File

@@ -29,11 +29,15 @@
}
- (void)dealloc {
self.settingsController = nil;
self.mainWindowController = nil;
[_settingsController release];
[_mainWindowController release];
[super dealloc];
}
- (NSString *)applicationName {
return [[NSBundle mainBundle] infoDictionary][@"CFBundleName"];
}
#pragma mark Menu Actions
- (void)showMainWindow:(id)sender {