Commit b29a48d1 authored by Claes Sjofors's avatar Claes Sjofors

Xtthelp html pages generated for included helpfiles

parent 078f1be8
......@@ -190,7 +190,7 @@ int NavHelp::help( const char *help_key, const char *help_bookmark,
else if ( cdh_NoCaseStrncmp( line, "<include>", 9) == 0) {
help_remove_spaces( &line[9], include_file);
if ( !noprop) {
if ( !noprop || strstr( include_file, "$pwr_lang") == 0) {
sts = help( help_key, help_bookmark, navh_eHelpFile_Other,
include_file, book_mark, strict);
if ( ODD(sts) && !print_all) {
......
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