X-Git-Url: http://git.draconx.ca/gitweb/rrace.git/blobdiff_plain/63ba37205516e54b2c237819029d5046e69f58ce..ee68c7cd53763caeb44de97f1036ebaf014a7292:/src/motif_ui.c diff --git a/src/motif_ui.c b/src/motif_ui.c index 7eafc64..127de06 100644 --- a/src/motif_ui.c +++ b/src/motif_ui.c @@ -408,7 +408,10 @@ void ui_show_about(struct app_state *state, Widget shell) msg = version_format_head("rrace-motif"); l = XmMessageBoxGetChild(w, XmDIALOG_MESSAGE_LABEL); - XtVaSetValues(l, XmNlabelType, XmPIXMAP_AND_STRING, + XtVaSetValues(l, XmNlabelType, XmSTRING, +#if HAVE_MOTIF_PIXMAP_AND_STRING + XmNlabelType, XmPIXMAP_AND_STRING, +#endif XmNlabelPixmap, state->icon_pixmap, STRING_ARG(XmNlabelString, msg), (char *)NULL);