diff options
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index ede4ca44b..d3d016f58 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -88,9 +88,8 @@ { if (self = [super initWithWindowNibName:@"Preferences"]) { - NSAssert([self window], @"[HBPreferencesController init] window outlet is not connected in Preferences.nib"); _languages = [[HBLanguagesSelection alloc] init]; - + NSAssert([self window], @"[HBPreferencesController init] window outlet is not connected in Preferences.nib"); } return self; } |