diff --git a/src/frontend/plotting/x11.c b/src/frontend/plotting/x11.c index c29a62eb4..fcd4d5779 100644 --- a/src/frontend/plotting/x11.c +++ b/src/frontend/plotting/x11.c @@ -425,7 +425,7 @@ X11_NewViewport(GRAPH *graph) XtAddCallback(DEVDEP(graph).buttons[1], XtNcallback, hardcopy, graph); /* set up fonts */ - if (!cp_getvar("font", CP_STRING, fontname)) + if (!cp_getvar("xfont", CP_STRING, fontname)) (void) strcpy(fontname, DEF_FONT); for (p = fontname; *p && *p <= ' '; p++)