X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fgtkwin.c;h=616a69adb4b20042fc5b77b68ea4ecc10625de04;hb=b73527e641fa09ff57ffd4d20ec4e4045039b890;hp=4b8a8dd8d1a1f9e72f6081f38ad023139fd0d5cb;hpb=f892af999e245675aae2b037ffb4bb873a1d0392;p=PuTTY.git diff --git a/unix/gtkwin.c b/unix/gtkwin.c index 4b8a8dd8..616a69ad 100644 --- a/unix/gtkwin.c +++ b/unix/gtkwin.c @@ -2989,6 +2989,8 @@ void change_settings_menuitem(GtkMenuItem *item, gpointer data) conf_get_fontspec(newconf, CONF_wideboldfont)->name) || strcmp(conf_get_str(oldconf, CONF_line_codepage), conf_get_str(newconf, CONF_line_codepage)) || + conf_get_int(oldconf, CONF_utf8_override) != + conf_get_int(newconf, CONF_utf8_override) || conf_get_int(oldconf, CONF_vtmode) != conf_get_int(newconf, CONF_vtmode) || conf_get_int(oldconf, CONF_shadowbold) !=