aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 22:06:30 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 22:06:30 +0000
commit97fad5d945378f875d36f779d39808db771fa9c3 (patch)
treecc1d515c18b73fe29233bb37917878e23602b6ff /ui/help_url.c
parentd8a0279ea08c51b1f81375fe3d97f2fcab6c4fdc (diff)
Fix compilation on Windows.
svn path=/trunk/; revision=44989
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c2
1 files changed, 1 insertions, 1 deletions
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),