From 7dee1cb7d66610b6b82f745d937a7ea4d0bc15d8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 17 Apr 2016 09:37:37 +0100 Subject: fix missing misc table fixup on beos --- beos/gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beos') diff --git a/beos/gui.cpp b/beos/gui.cpp index 96442b400..c91cc43db 100644 --- a/beos/gui.cpp +++ b/beos/gui.cpp @@ -1059,7 +1059,7 @@ int gui_init_replicant(int argc, char** argv) nserror ret; BPath options; struct netsurf_table beos_table = { - &beos_browser_table, + &beos_misc_table, beos_window_table, beos_download_table, &beos_clipboard_table, -- cgit v1.2.3