]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/gtkwin.c
At last, merge the putty-gtk2 branch back into the trunk!
[PuTTY.git] / unix / gtkwin.c
index 51a867e1fa88359da3a4d7095681f0da2f59d638..dc8d6607e860b2ea1dcea999c08281f81ba50239 100644 (file)
@@ -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;