diff --git a/Quicksilver/Code-QuickStepCore/QSInterfaceMediator.m b/Quicksilver/Code-QuickStepCore/QSInterfaceMediator.m index 1b0c988b6..0d594ce28 100644 --- a/Quicksilver/Code-QuickStepCore/QSInterfaceMediator.m +++ b/Quicksilver/Code-QuickStepCore/QSInterfaceMediator.m @@ -23,7 +23,7 @@ - (QSInterfaceController*)preferredCommandInterface { [prefInstances setObject:mediator forKey:kQSCommandInterfaceControllers]; } else { QSShowNotifierWithAttributes([NSDictionary dictionaryWithObjectsAndKeys:@"QSNotification", QSNotifierType, [QSResourceManager imageNamed:kQSBundleID], QSNotifierIcon, NSLocalizedString(@"Interface Changed", nil), QSNotifierTitle, NSLocalizedString(@"Interface could not be loaded. Switching to Bezel",nil), QSNotifierText, nil]); - mediator = [self instanceForKey:@"QSBezelnterfaceController" inTable:kQSCommandInterfaceControllers]; + mediator = [self instanceForKey:@"QSBezelInterfaceController" inTable:kQSCommandInterfaceControllers]; [prefInstances setObject:mediator forKey:kQSCommandInterfaceControllers]; } }