compilation fix (patch 598331)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bdf5c30deb
commit
5f3455052c
@ -96,8 +96,8 @@ bool MyApp::OnInit()
|
||||
wxMenu *test_menu = new wxMenu;
|
||||
#if wxUSE_TIMEDATE
|
||||
test_menu->Append(TYPES_DATE, "&Date test");
|
||||
#endif // wxUSE_TIMEDATE
|
||||
test_menu->Append(TYPES_TIME, "&Time test");
|
||||
#endif // wxUSE_TIMEDATE
|
||||
test_menu->Append(TYPES_VARIANT, "&Variant test");
|
||||
test_menu->Append(TYPES_BYTEORDER, "&Byteorder test");
|
||||
#if wxUSE_UNICODE
|
||||
|
Loading…
Reference in New Issue
Block a user