]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/choicbkg.cpp
Compilation fix for STL build.
[wxWidgets.git] / src / generic / choicbkg.cpp
index dc93e2b29254981953bd4344f2cbd0afa9dec05a..c21023c25ba01f130c7d93b87031d3023e579629 100644 (file)
@@ -176,14 +176,14 @@ wxString wxChoicebook::GetPageText(size_t n) const
 
 int wxChoicebook::GetPageImage(size_t WXUNUSED(n)) const
 {
-    wxFAIL_MSG( _T("wxChoicebook::GetPageImage() not implemented") );
+    wxFAIL_MSG( wxT("wxChoicebook::GetPageImage() not implemented") );
 
     return wxNOT_FOUND;
 }
 
 bool wxChoicebook::SetPageImage(size_t WXUNUSED(n), int WXUNUSED(imageId))
 {
-    wxFAIL_MSG( _T("wxChoicebook::SetPageImage() not implemented") );
+    wxFAIL_MSG( wxT("wxChoicebook::SetPageImage() not implemented") );
 
     return false;
 }