]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/radiobox.cpp
compilation fixes
[wxWidgets.git] / src / gtk1 / radiobox.cpp
index cb60031d2507fa2eb4602c3bd2ac907cfe8ab97c..1871c04a4acc12da0c49924fe5dd4ff9075bbeba 100644 (file)
@@ -166,7 +166,7 @@ wxSize wxRadioBox::LayoutItems()
     if ( m_majorDim == 0 )
     {
         // avoid dividing by 0 below
-        wxFAIL_MSG( "dimension of radiobox should not be 0!" );
+        wxFAIL_MSG( _T("dimension of radiobox should not be 0!") );
 
         m_majorDim = 1;
     }