]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/gauge.cpp
fix icc warning about printf() format mismatch
[wxWidgets.git] / src / os2 / gauge.cpp
index 3ad621de7393ce08c5d3fea0de7086f024c7d79a..6d1486b192dc6228516c60b922f0d9561cf1a686 100644 (file)
@@ -154,8 +154,8 @@ bool wxGauge::Create(
 #endif
     if (pParent)
         pParent->AddChild(this);
-    m_backgroundColour.Set(wxString("LIGHT GREY"));
-    m_foregroundColour.Set(wxString("NAVY"));
+    m_backgroundColour.Set(wxString(wxT("LIGHT GREY")));
+    m_foregroundColour.Set(wxString(wxT("NAVY")));
 
     m_nRangeMax   = nRange;
     m_nGaugePos   = 0;