--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m Wed Apr 27 11:11:45 2011 -0400
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m Thu Apr 28 00:16:36 2011 +0200
@@ -34,8 +34,7 @@
self.tableView.backgroundView = nil;
self.tableView.allowsSelection = NO;
- NSString *strPath = [NSString stringWithFormat:@"%@/credits.plist",IFRONTEND_DIRECTORY()];
- NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
+ NSArray *array = [[NSArray alloc] initWithContentsOfFile:CREDITS_FILE()];
self.people = array;
[array release];