project_files/HedgewarsMobile/Classes/AboutViewController.m
changeset 4000 ddc4a09889e7
parent 3971 5c82ee165ed5
child 4030 adbb37b8c487
--- a/project_files/HedgewarsMobile/Classes/AboutViewController.m	Tue Oct 26 19:04:51 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/AboutViewController.m	Wed Oct 27 01:33:25 2010 +0200
@@ -33,7 +33,7 @@
     self.tableView.backgroundView = nil;
     self.tableView.allowsSelection = NO;
 
-    NSString *strPath = [NSString stringWithFormat:@"%@/Settings/credits.plist",[[NSBundle mainBundle] resourcePath]];
+    NSString *strPath = [NSString stringWithFormat:@"%@/credits.plist",IFRONTEND_DIRECTORY()];
     NSArray *array = [[NSArray alloc] initWithContentsOfFile:strPath];
     self.people = array;
     [array release];