Commit 2f49966d authored by Claes Sjofors's avatar Claes Sjofors

Xtt help, modified search path for help topics

parent f4a41a08
...@@ -558,10 +558,10 @@ static int xnav_help_func( void *client_data, ...@@ -558,10 +558,10 @@ static int xnav_help_func( void *client_data,
} }
else else
{ {
sts = CoXHelp::dhelp( key, bookmark_str, navh_eHelpFile_Base, 0, strict); sts = CoXHelp::dhelp( key, bookmark_str, navh_eHelpFile_Project, 0, strict);
if ( EVEN(sts)) if ( EVEN(sts))
{ {
sts = CoXHelp::dhelp( key, bookmark_str, navh_eHelpFile_Project, 0, strict); sts = CoXHelp::dhelp( key, bookmark_str, navh_eHelpFile_Base, 0, strict);
if ( EVEN(sts)) if ( EVEN(sts))
xnav->message('E', "No help on this subject"); xnav->message('E', "No help on this subject");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment