summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-17 09:37:37 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-17 09:37:37 +0100
commit7dee1cb7d66610b6b82f745d937a7ea4d0bc15d8 (patch)
tree18d78d046068f331cf4e4d80231bb4b4d3425ca8 /beos
parent0bc5d2ca4cee4e6ace987d424098d643e40f1ca1 (diff)
downloadnetsurf-7dee1cb7d66610b6b82f745d937a7ea4d0bc15d8.tar.gz
netsurf-7dee1cb7d66610b6b82f745d937a7ea4d0bc15d8.tar.bz2
fix missing misc table fixup on beos
Diffstat (limited to 'beos')
-rw-r--r--beos/gui.cpp2
1 files changed, 1 insertions, 1 deletions
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,