From 97fad5d945378f875d36f779d39808db771fa9c3 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 18 Sep 2012 22:06:30 +0000 Subject: Fix compilation on Windows. svn path=/trunk/; revision=44989 --- ui/help_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/help_url.c') diff --git a/ui/help_url.c b/ui/help_url.c index 215264e907..5c22aeb868 100644 --- a/ui/help_url.c +++ b/ui/help_url.c @@ -131,7 +131,7 @@ user_guide_url(const gchar *page) { HWND hw; g_string_printf(url, "%s\\user-guide.chm::/wsug_chm/%s>Wireshark Help", - get_datafile_dir(), topic); + get_datafile_dir(), page); hw = HtmlHelpW(NULL, utf_8to16(url->str), -- cgit v1.2.3