]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fixed accelerator clash in the Unix-specific config, since gtkdlg.c
authorSimon Tatham <anakin@pobox.com>
Sun, 16 Mar 2003 12:36:33 +0000 (12:36 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 16 Mar 2003 12:36:33 +0000 (12:36 +0000)
is now competent to detect them :-)

[originally from svn r2943]

unix/uxcfg.c

index 6daa19bcaaea2d78b871f529ab5f86a72ce9b581..97bcdc9b500459d4737c960595bb68da7ff8947d 100644 (file)
@@ -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',