mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-09 16:36:34 +00:00
Fixed accelerator clash in the Unix-specific config, since gtkdlg.c
is now competent to detect them :-) [originally from svn r2943]
This commit is contained in:
parent
64e9abcbb1
commit
b4e7ec8b12
@ -89,7 +89,7 @@ void unix_setup_config_box(struct controlbox *b, int midsession)
|
|||||||
ctrl_settitle(b, "Window/Fonts", "Options controlling font usage");
|
ctrl_settitle(b, "Window/Fonts", "Options controlling font usage");
|
||||||
s = ctrl_getset(b, "Window/Fonts", "font",
|
s = ctrl_getset(b, "Window/Fonts", "font",
|
||||||
"Fonts for displaying non-bold text");
|
"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),
|
HELPCTX(no_help),
|
||||||
dlg_stdfontsel_handler, I(offsetof(Config,font)));
|
dlg_stdfontsel_handler, I(offsetof(Config,font)));
|
||||||
ctrl_fontsel(s, "Font used for wide (CJK) text", 'w',
|
ctrl_fontsel(s, "Font used for wide (CJK) text", 'w',
|
||||||
|
Loading…
Reference in New Issue
Block a user