diff --git a/PCInfoController.m b/PCInfoController.m index fee1c2f..0294bcb 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"]]];