]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gauge.cpp
Added size hints to dialog,
[wxWidgets.git] / src / gtk1 / gauge.cpp
index 35d9ad6f378f4afb743e0addb9c281468ae6fcc8..ecc9b39d77034566b91440f383b025c8b5fc4d1c 100644 (file)
@@ -33,7 +33,7 @@ bool wxGauge::Create( wxWindow *parent, wxWindowID id,  int range,
     if (!PreCreation( parent, pos, size ) ||
         !CreateBase( parent, id, pos, size, style, validator, name ))
     {
-        wxFAIL_MSG( _T("wxGauge creation failed") );
+        wxFAIL_MSG( wxT("wxGauge creation failed") );
        return FALSE;
     }