From 406bf3848530979d9042870beb6a08f8b8b4f5f9 Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 16 Mar 2003 12:36:33 +0000 Subject: [PATCH] Fixed accelerator clash in the Unix-specific config, since gtkdlg.c is now competent to detect them :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@2943 cda61777-01e9-0310-a592-d414129be87e --- unix/uxcfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0