mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Revert "Centered information panel."
This commit is contained in:
parent
0b9e2ddb8d
commit
994aff232c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
// PCLogError(self, @"error loading Menu NIB file!");
|
// PCLogError(self, @"error loading Menu NIB file!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
[infoWindow center];
|
|
||||||
[infoWindow makeKeyAndOrderFront:self];
|
[infoWindow makeKeyAndOrderFront:self];
|
||||||
[versionField setStringValue:[NSString stringWithFormat:@"Version %@", [infoDict objectForKey:@"ApplicationRelease"]]];
|
[versionField setStringValue:[NSString stringWithFormat:@"Version %@", [infoDict objectForKey:@"ApplicationRelease"]]];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue