mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
Merge pull request #25 from gnustep/revert-20-master
Revert "Centered information panel."
This commit is contained in:
commit
77972b4abb
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