summaryrefslogtreecommitdiff
path: root/frontends/windows/window.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-18 23:30:12 +0100
commita6c595f4f305c43d9da825ad31c0011fe02d0684 (patch)
treefbf00062ed627e21d3c0217e77f6cc341078ce68 /frontends/windows/window.c
parentc938d1962bed31f0723707fc978bb65ab5a47ef2 (diff)
downloadnetsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.gz
netsurf-a6c595f4f305c43d9da825ad31c0011fe02d0684.tar.bz2
add win32 http authentication dialog
Diffstat (limited to 'frontends/windows/window.c')
-rw-r--r--frontends/windows/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/windows/window.c b/frontends/windows/window.c
index 90d076812..3ccf8295e 100644
--- a/frontends/windows/window.c
+++ b/frontends/windows/window.c
@@ -1274,7 +1274,7 @@ nsws_window_command(HWND hwnd,
break;
case IDM_HELP_ABOUT:
- nsws_about_dialog_init(hinst, gw->main);
+ nsw32_about_dialog_init(hinst, gw->main);
break;
case IDC_MAIN_LAUNCH_URL: