Lines 292-300
void DialogPopupSetText(s)
Link Here
|
292 |
if (!s) {INFMESSAGE(no text) ENDMESSAGE(DialogPopupSetText) return;} |
292 |
if (!s) {INFMESSAGE(no text) ENDMESSAGE(DialogPopupSetText) return;} |
293 |
if (!dialogPopupCreated) makeDialogPopup(); |
293 |
if (!dialogPopupCreated) makeDialogPopup(); |
294 |
response = XtNameToWidget(DIALOG_POPUP, "*dialog_text"); |
294 |
response = XtNameToWidget(DIALOG_POPUP, "*dialog_text"); |
|
|
295 |
n=0; |
295 |
#ifdef HAVE_XAW3D_INTERNATIONAL |
296 |
#ifdef HAVE_XAW3D_INTERNATIONAL |
296 |
vw = (VlistWidget)response; |
297 |
vw = (VlistWidget)response; |
297 |
n=0; |
|
|
298 |
if( vw->simple.international == True ) { |
298 |
if( vw->simple.international == True ) { |
299 |
XtSetArg(args[n], XtNfontSet, &fontset); n++; |
299 |
XtSetArg(args[n], XtNfontSet, &fontset); n++; |
300 |
} else { |
300 |
} else { |