X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..80810ca399477ce4736bda433996db6a65bbcbd8:/src/gtk1/palette.cpp diff --git a/src/gtk1/palette.cpp b/src/gtk1/palette.cpp index 2a86eb1ba2..e3ae71acf2 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(T("not implemented")); + wxFAIL_MSG(wxT("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(T("not implemented")); + wxFAIL_MSG(wxT("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(T("not implemented")); + wxFAIL_MSG(wxT("not implemented")); return 0; }