X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..de804346e42798efd23cbd17fb6b7ac9ae37d2b1:/src/gtk1/statline.cpp

diff --git a/src/gtk1/statline.cpp b/src/gtk1/statline.cpp
index 6129db4500..60970765ed 100644
--- a/src/gtk1/statline.cpp
+++ b/src/gtk1/statline.cpp
@@ -44,7 +44,7 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id,
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, wxDefaultValidator, name ))
     {
-        wxFAIL_MSG( T("wxStaticLine creation failed") );
+        wxFAIL_MSG( wxT("wxStaticLine creation failed") );
 	return FALSE;
     }