Fix encoding issue with OpenRA.Utility. Refactor SidebarEntry. Add launcher pages to all mods.

This commit is contained in:
Paul Chote
2010-11-17 11:03:57 +13:00
parent 82850cf4fb
commit 810b73e1f0
12 changed files with 83 additions and 36 deletions

View File

@@ -20,13 +20,13 @@
}
return self;
}
- (void) dealloc
{
[controller release]; controller = nil;
[super dealloc];
}
- (void)launchCurrentMod
{
NSLog(@"launchcurrent");