summaryrefslogtreecommitdiff
path: root/windows/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/main.c')
-rw-r--r--windows/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/main.c b/windows/main.c
index 5f20a70d1..eb63357af 100644
--- a/windows/main.c
+++ b/windows/main.c
@@ -154,6 +154,9 @@ WinMain(HINSTANCE hInstance, HINSTANCE hLastInstance, LPSTR lpcli, int ncmd)
/* common initialisation */
messages = filepath_find(respaths, "messages");
+
+ win32_gui_table->download = nsgtk_gui_download_table;
+
ret = netsurf_init(messages, win32_gui_table);
free(messages);
if (ret != NSERROR_OK) {