Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eXaLy committed Jan 23, 2013
1 parent 7eadd14 commit 9001b1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/gui/tabbarControllers/MoreViewController.m
Expand Up @@ -42,7 +42,7 @@ - (void)buttonClick:(id)sender {
targetViewController.url = @"http://www.mixare.org";
[[self navigationController] pushViewController:targetViewController animated:YES];
} else {
[[[UIWebView alloc] init] loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.mixare.org"]]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.mixare.org"]];
}
}

Expand Down
Binary file not shown.
Expand Up @@ -26,8 +26,8 @@
endingColumnNumber = "9223372036854775807"
startingLineNumber = "126"
endingLineNumber = "126"
landmarkName = "-openARView"
landmarkType = "5">
landmarkName = "@implementation MixareAppDelegate"
landmarkType = "3">
</FileBreakpoint>
</FileBreakpoints>
</Bucket>

0 comments on commit 9001b1f

Please sign in to comment.