X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/c7f9fab3e31e5211af4acf49c90a589f00261357..df1a3e2cbd2b434ba2f0d2a77ae23de2804d2ceb:/settings.c diff --git a/settings.c b/settings.c index 9530b4ae..28b44c05 100644 --- a/settings.c +++ b/settings.c @@ -493,7 +493,11 @@ void load_settings(char *section, int do_host, Config * cfg) #ifdef _WINDOWS gppi(sesskey, "FontCharSet", ANSI_CHARSET, &cfg->fontcharset); #endif +#ifdef macintosh + gppi(sesskey, "FontHeight", 9, &cfg->fontheight); +#else gppi(sesskey, "FontHeight", 10, &cfg->fontheight); +#endif #ifdef _WINDOWS if (cfg->fontheight < 0) { int oldh, newh;