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:
parent
9a255463f9
commit
9b25ed038a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue