From: Simon Tatham Date: Sun, 16 Mar 2003 12:36:33 +0000 (+0000) Subject: Fixed accelerator clash in the Unix-specific config, since gtkdlg.c X-Git-Tag: 0.54~344 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b4e7ec8b12e19895ea509653090c43a5a1c52ed1;hp=64e9abcbb19904c824f8fd74d74cb172eee4f140;p=PuTTY.git Fixed accelerator clash in the Unix-specific config, since gtkdlg.c is now competent to detect them :-) [originally from svn r2943] --- diff --git a/unix/uxcfg.c b/unix/uxcfg.c index 6daa19bc..97bcdc9b 100644 --- a/unix/uxcfg.c +++ b/unix/uxcfg.c @@ -89,7 +89,7 @@ void unix_setup_config_box(struct controlbox *b, int midsession) ctrl_settitle(b, "Window/Fonts", "Options controlling font usage"); s = ctrl_getset(b, "Window/Fonts", "font", "Fonts for displaying non-bold text"); - ctrl_fontsel(s, "Font used for ordinary text", 'w', + ctrl_fontsel(s, "Font used for ordinary text", 'f', HELPCTX(no_help), dlg_stdfontsel_handler, I(offsetof(Config,font))); ctrl_fontsel(s, "Font used for wide (CJK) text", 'w',