Commit c06cda96 authored by Claes Sjofors's avatar Claes Sjofors

Plc editor, class help didn't work on local classes

parent d948f7ac
......@@ -1516,7 +1516,9 @@ void WFoe::activate_helpclass()
sizeof(cname), &size);
if ( EVEN(sts)) return;
CoXHelp::dhelp( cname, 0, navh_eHelpFile_Base, 0, 1);
sts = CoXHelp::dhelp( cname, 0, navh_eHelpFile_Base, 0, 1);
if ( EVEN(sts))
sts = CoXHelp::dhelp( cname, 0, navh_eHelpFile_Project, 0, 1);
}
//
......
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