From 81e21a3a0b2d7b0a869bdabbe47e096e580f328c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Tue, 22 Jan 2013 09:00:17 +0000 Subject: [PATCH] Using get_url_to_first_open_port() in cocoa build --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 3e74aed44..6a44ea2b9 100644 --- a/main.c +++ b/main.c @@ -804,7 +804,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR cmdline, int show) { - (void) openBrowser { [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString: - [NSString stringWithUTF8String:"http://www.yahoo.com"]]]; + [NSString stringWithUTF8String:get_url_to_first_open_port(ctx)]]]; } - (void) editConfig { create_config_file(config_file); -- GitLab