Unicode compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -584,7 +584,7 @@ void MyFrame::OnFindMenu(wxCommandEvent& WXUNUSED(event))
|
||||
(
|
||||
_T("Enter label to search for: "),
|
||||
_T("Find menu"),
|
||||
"",
|
||||
_T(""),
|
||||
this
|
||||
);
|
||||
|
||||
@@ -798,7 +798,7 @@ void MyFrame::OnFindMenuItem(wxCommandEvent& WXUNUSED(event))
|
||||
(
|
||||
_T("Enter label to search for: "),
|
||||
_T("Find menu item"),
|
||||
"",
|
||||
_T(""),
|
||||
this
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user