Commit e6a03757 authored by claes's avatar claes

Co added to XHelp classname to avoid collision with xtt's xhelp

parent 485d3e92
......@@ -159,7 +159,7 @@ void msgw_reset_nodraw()
int xhelp_help( char *key, char *help_bookmark, navh_eHelpFile file_type,
char *file_name, int strict)
{
return XHelp::dhelp( key, help_bookmark, file_type, file_name, strict != 0);
return CoXHelp::dhelp( key, help_bookmark, file_type, file_name, strict != 0);
}
......
......@@ -331,12 +331,12 @@ static void msg_activate_zoom_reset( Widget w, MsgWindow *msgw, XmAnyCallbackStr
static void msg_activate_help( Widget w, MsgWindow *msgw, XmAnyCallbackStruct *data)
{
XHelp::dhelp( "message window", 0, navh_eHelpFile_Base, 0, true);
CoXHelp::dhelp( "message window", 0, navh_eHelpFile_Base, 0, true);
}
static void msg_activate_help_message( Widget w, MsgWindow *msgw, XmAnyCallbackStruct *data)
{
XHelp::dhelp( "message window", 0, navh_eHelpFile_Base, 0, true);
CoXHelp::dhelp( "message window", 0, navh_eHelpFile_Base, 0, true);
}
static void msg_create_form( Widget w, MsgWindow *msgw, XmAnyCallbackStruct *data)
......
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