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
|
#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
|
||||||
|
|||||||
Reference in New Issue
Block a user