Accept "default" as font family value in XRC.

Map it to wxFONTFAMILY_DEFAULT, just as we do for all other wxFontFamily enum
elements.

Closes #16549.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-12 11:31:04 +00:00
parent 6085c8f788
commit a1a805d4fe
3 changed files with 5 additions and 3 deletions

View File

@@ -592,6 +592,7 @@ All (GUI):
- Add XRC handler for wxSimplebook.
- Return correct value from wxCommandEvent::GetString() for programmatically
generated wxEVT_TEXT events from wxComboBox.
- Accept "default" as font family value in XRC (pieleric).
wxGTK: