summaryrefslogtreecommitdiff
path: root/windows/main.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
committerVincent Sanders <vince@netsurf-browser.org>2014-01-14 16:04:02 +0000
commit8dfe22515312a8ecf4da974feb31b0f5e7f317e5 (patch)
tree163091cfeda5c4cb644e08e7649f70788070a560 /windows/main.c
parentd18c8ed4521714c3fff3cca64685b8192ca0e075 (diff)
downloadnetsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.gz
netsurf-8dfe22515312a8ecf4da974feb31b0f5e7f317e5.tar.bz2
move download operations to download table
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) {