X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkwin.c;h=dc8d6607e860b2ea1dcea999c08281f81ba50239;hb=865b6b404d34f8eec5d3a3abccb8e38271bef6a6;hp=51a867e1fa88359da3a4d7095681f0da2f59d638;hpb=6ef1fa7b1fd5ed3a823dc87bad7649eb5098c251;p=PuTTY.git diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 51a867e1..dc8d6607 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -134,7 +134,7 @@ FontSpec platform_default_fontspec(const char *name) { FontSpec ret; if (!strcmp(name, "Font")) - strcpy(ret.name, "fixed"); + strcpy(ret.name, "server:fixed"); else *ret.name = '\0'; return ret;