]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/menu.cpp
added (woefully incomplete) Japanese translations
[wxWidgets.git] / samples / menu / menu.cpp
index ebe58946daf60cff976d38680ff29730f94da4d9..b5acd519f7f787a78a6053bb97b1b7537cd0b466 100644 (file)
@@ -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
                      );