project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 5185 7607a64e1853
parent 4976 088d40d8aba2
child 5208 878e551f0b4a
--- 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];