X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fc613f14f917aabe4bee20083f329b8fa298943..e1f36ff823aa21414b756cbe451853d1f1338fd9:/src/gtk1/palette.cpp diff --git a/src/gtk1/palette.cpp b/src/gtk1/palette.cpp index 61e16d77ac..37b7e4d3a4 100644 --- a/src/gtk1/palette.cpp +++ b/src/gtk1/palette.cpp @@ -93,7 +93,7 @@ bool wxPalette::Create( int WXUNUSED(n), const unsigned char *WXUNUSED(green), const unsigned char *WXUNUSED(blue) ) { - wxFAIL_MSG("not implemented"); + wxFAIL_MSG(_T("not implemented")); return FALSE; } @@ -102,7 +102,7 @@ int wxPalette::GetPixel( const unsigned char WXUNUSED(red), const unsigned char WXUNUSED(green), const unsigned char WXUNUSED(blue) ) const { - wxFAIL_MSG("not implemented"); + wxFAIL_MSG(_T("not implemented")); return 0; } @@ -112,7 +112,7 @@ bool wxPalette::GetRGB( int WXUNUSED(pixel), unsigned char *WXUNUSED(green), unsigned char *WXUNUSED(blue) ) const { - wxFAIL_MSG("not implemented"); + wxFAIL_MSG(_T("not implemented")); return 0; }