Current state of my dtmail work.
Mostly #ifdefs and casts; also, do not redefine strcasestr(). This will probably be needed for Linux too when compiling without -fpermissive.
This commit is contained in:
committed by
Jon Trulson
parent
7c3a972d32
commit
e3ad7e24e3
@@ -1374,7 +1374,7 @@ SendMsgDialog::createWorkArea ( Widget parent )
|
||||
|
||||
printHelpId("form", _main_form);
|
||||
/* add help callback */
|
||||
XtAddCallback(_main_form, XmNhelpCallback, HelpCB, DTMAILCOMPOSEWINDOW);
|
||||
XtAddCallback(_main_form, XmNhelpCallback, HelpCB, (void *)DTMAILCOMPOSEWINDOW);
|
||||
XtVaSetValues(_main_form, XmNallowResize, True, NULL);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user