Put the guides into the "guides" subdirectory of DOC_DIR

svn path=/trunk/; revision=34197
This commit is contained in:
Jörg Mayer 2010-09-23 06:53:40 +00:00
parent a2a8cd0f65
commit 95ddff9f17
1 changed files with 2 additions and 2 deletions

View 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 */