From 529ca251fcc47de243e0dba22af83828de3d97e7 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 18 Feb 2013 11:51:42 +0000 Subject: rename flags for browser_window routines to be shorter --- riscos/dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/dialog.c') diff --git a/riscos/dialog.c b/riscos/dialog.c index d66b1cb08..5e4bbbf23 100644 --- a/riscos/dialog.c +++ b/riscos/dialog.c @@ -719,8 +719,8 @@ bool ro_gui_dialog_openurl_apply(wimp_w w) { error = nsurl_create(url2, &url); free(url2); if (error == NSERROR_OK) { - error = browser_window_create(BROWSER_WINDOW_GO_FLAG_VERIFIABLE | - BROWSER_WINDOW_GO_FLAG_HISTORY, + error = browser_window_create(BROWSER_WINDOW_VERIFIABLE | + BROWSER_WINDOW_HISTORY, url, NULL, NULL, -- cgit v1.2.3