Merge pull request #25 from gnustep/revert-20-master

Revert "Centered information panel."
This commit is contained in:
Riccardo 2021-08-18 19:16:46 +02:00 committed by GitHub
commit 77972b4abb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"]]];