mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
Centered information panel.
This commit is contained in:
parent
18136e7678
commit
0f6ce6ba95
1 changed files with 1 additions and 1 deletions
|
@ -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"]]];
|
||||
|
||||
|
|
Loading…
Reference in a new issue