|
@@ -310,7 +310,7 @@ LoadMainMenuNibIfAvailable(void)
|
|
NSString *mainNibFileName;
|
|
NSString *mainNibFileName;
|
|
bool success = false;
|
|
bool success = false;
|
|
|
|
|
|
- if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
|
|
|
|
|
+ if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_8) {
|
|
return false;
|
|
return false;
|
|
}
|
|
}
|
|
infoDict = [[NSBundle mainBundle] infoDictionary];
|
|
infoDict = [[NSBundle mainBundle] infoDictionary];
|