mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-24 15:45:11 +08:00
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:
@@ -432,7 +432,7 @@ bool MyApp::OnInit()
|
||||
#endif // wxUSE_COLOURDLG
|
||||
|
||||
#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
|
||||
|
||||
#if wxUSE_CHOICEDLG
|
||||
|
||||
Reference in New Issue
Block a user