]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/gauge.cpp
Corrected small mistake (set static variable)
[wxWidgets.git] / src / gtk1 / gauge.cpp
index 46c3fbdb9f8b3b6233bfc25d20cbca48143605bb..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;
     }