diff --git a/PCInfoController.m b/PCInfoController.m index 0294bcb..fee1c2f 100644 --- a/PCInfoController.m +++ b/PCInfoController.m @@ -61,7 +61,7 @@ // PCLogError(self, @"error loading Menu NIB file!"); return; } - [infoWindow center]; + [infoWindow makeKeyAndOrderFront:self]; [versionField setStringValue:[NSString stringWithFormat:@"Version %@", [infoDict objectForKey:@"ApplicationRelease"]]];