aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
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),