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:
@@ -96,8 +96,8 @@ bool MyApp::OnInit()
|
|||||||
wxMenu *test_menu = new wxMenu;
|
wxMenu *test_menu = new wxMenu;
|
||||||
#if wxUSE_TIMEDATE
|
#if wxUSE_TIMEDATE
|
||||||
test_menu->Append(TYPES_DATE, "&Date test");
|
test_menu->Append(TYPES_DATE, "&Date test");
|
||||||
#endif // wxUSE_TIMEDATE
|
|
||||||
test_menu->Append(TYPES_TIME, "&Time test");
|
test_menu->Append(TYPES_TIME, "&Time test");
|
||||||
|
#endif // wxUSE_TIMEDATE
|
||||||
test_menu->Append(TYPES_VARIANT, "&Variant test");
|
test_menu->Append(TYPES_VARIANT, "&Variant test");
|
||||||
test_menu->Append(TYPES_BYTEORDER, "&Byteorder test");
|
test_menu->Append(TYPES_BYTEORDER, "&Byteorder test");
|
||||||
#if wxUSE_UNICODE
|
#if wxUSE_UNICODE
|
||||||
|
Reference in New Issue
Block a user