Add an accelerator for the font dialog in the dialogs sample

No real changes, just make it faster to bring up the font dialog for
testing.
This commit is contained in:
Vadim Zeitlin
2022-04-16 16:40:49 +01:00
parent 9a255463f9
commit 9b25ed038a

View File

@@ -432,7 +432,7 @@ bool MyApp::OnInit()
#endif // wxUSE_COLOURDLG #endif // wxUSE_COLOURDLG
#if wxUSE_FONTDLG #if wxUSE_FONTDLG
choices_menu->Append(DIALOGS_CHOOSE_FONT, "Choose &font"); choices_menu->Append(DIALOGS_CHOOSE_FONT, "Choose &font\tShift-Ctrl-N");
#endif // wxUSE_FONTDLG #endif // wxUSE_FONTDLG
#if wxUSE_CHOICEDLG #if wxUSE_CHOICEDLG