Fix encoding issue with OpenRA.Utility. Refactor SidebarEntry. Add launcher pages to all mods.
This commit is contained in:
@@ -20,13 +20,13 @@
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
[controller release]; controller = nil;
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
||||
- (void)launchCurrentMod
|
||||
{
|
||||
NSLog(@"launchcurrent");
|
||||
|
||||
Reference in New Issue
Block a user