mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
fix missing misc table fixup on beos
This commit is contained in:
parent
0bc5d2ca4c
commit
7dee1cb7d6
@ -1059,7 +1059,7 @@ int gui_init_replicant(int argc, char** argv)
|
|||||||
nserror ret;
|
nserror ret;
|
||||||
BPath options;
|
BPath options;
|
||||||
struct netsurf_table beos_table = {
|
struct netsurf_table beos_table = {
|
||||||
&beos_browser_table,
|
&beos_misc_table,
|
||||||
beos_window_table,
|
beos_window_table,
|
||||||
beos_download_table,
|
beos_download_table,
|
||||||
&beos_clipboard_table,
|
&beos_clipboard_table,
|
||||||
|
Loading…
Reference in New Issue
Block a user