eug_html_chunked -> wsug_html_chunked

svn path=/trunk/; revision=18321
This commit is contained in:
Ulf Lamping 2006-06-02 17:21:24 +00:00
parent 9cdae9eb1e
commit 777fe09140
1 changed files with 3 additions and 3 deletions

View File

@ -326,10 +326,10 @@ void help_redraw(void)
#ifdef HHC_DIR
#define ONLINE_HELP_CALL help_topic
#define ONLINE_HELP_PREFIX "eug_chm/"
#define ONLINE_HELP_PREFIX "wsug_chm/"
#else
#define ONLINE_HELP_CALL browser_open_data_file
#define ONLINE_HELP_PREFIX "eug_html_chunked/"
#define ONLINE_HELP_PREFIX "wsug_html_chunked/"
#endif
static void
@ -347,7 +347,7 @@ topic_action(topic_action_e action)
browser_open_url ("http://www.wireshark.org/download.html");
break;
case(ONLINEPAGE_USERGUIDE):
browser_open_url ("http://www.wireshark.org/docs/eug_html_chunked");
browser_open_url ("http://www.wireshark.org/docs/wsug_html_chunked");
break;
case(ONLINEPAGE_FAQ):
browser_open_url ("http://www.wireshark.org/faq.html");