Commit 4e970438 authored by claes's avatar claes

Help menu topic changed

parent bcf89ff9
......@@ -328,7 +328,8 @@ static void msg_activate_zoom_reset( Widget w, MsgWindow *msgw, XmAnyCallbackStr
static void msg_activate_help( Widget w, MsgWindow *msgw, XmAnyCallbackStruct *data)
{
CoXHelp::dhelp( "message window", 0, navh_eHelpFile_Base, 0, true);
CoXHelp::dhelp( "messagewindow_refman", 0, navh_eHelpFile_Other, "$pwr_lang/man_dg.dat",
true);
}
static void msg_activate_help_message( Widget w, MsgWindow *msgw, XmAnyCallbackStruct *data)
......
......@@ -166,7 +166,8 @@ static void xhelp_activate_india_cancel( Widget w, CoXHelp *xhelp, XmAnyCallback
static void xhelp_activate_help( Widget w, CoXHelp *xhelp, XmAnyCallbackStruct *data)
{
CoXHelp::dhelp( "helpwindow", 0, navh_eHelpFile_Base, 0, true);
CoXHelp::dhelp( "helpwindow_refman", 0, navh_eHelpFile_Other, "$pwr_lang/man_dg.dat",
true);
}
static void xhelp_create_xhelpnav_form( Widget w, CoXHelp *xhelp, 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