Put the guides into the "guides" subdirectory of DOC_DIR
[obnox/wireshark/wip.git] / gtk / help_dlg.c
index 08e3bf0cb4fe48a80f297f605cb9e27a31e48a61..012a43b30be811718fd334eb912a5f04ee309640 100644 (file)
@@ -107,9 +107,9 @@ void help_topic_html(const gchar *topic) {
     url = g_string_new("");
 
 #ifdef DOC_DIR
-    if (g_file_test(DOC_DIR "/wsug_html_chunked", G_FILE_TEST_IS_DIR)) {
+    if (g_file_test(DOC_DIR "/guides/wsug_html_chunked", G_FILE_TEST_IS_DIR)) {
         /* try to open the HTML page from wireshark.org instead */
-        g_string_append_printf(url, "file://" DOC_DIR "/wsug_html_chunked/%s", topic);
+        g_string_append_printf(url, "file://" DOC_DIR "/guides/wsug_html_chunked/%s", topic);
     } else {
 #endif /* ifdef DOC_DIR */
        /* try to open the HTML page from wireshark.org instead */