mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 08:59:24 +00:00
Added correct window title
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user