]> git.saurik.com Git - wxWidgets.git/commitdiff
Add more _T() in asserts...
authorOve Kaaven <ovek@arcticnet.no>
Fri, 23 Jul 1999 09:49:06 +0000 (09:49 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Fri, 23 Jul 1999 09:49:06 +0000 (09:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/radiobox.cpp
src/gtk/statbmp.cpp
src/gtk1/radiobox.cpp
src/gtk1/statbmp.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;
     }
index bcc80259273a94f466416428d5bf6863a858b51c..98c62d24478ee1dabc1fc8af5ad1253f045860bc 100644 (file)
@@ -37,7 +37,7 @@ wxStaticBitmap::wxStaticBitmap( wxWindow *parent, wxWindowID id, const wxBitmap
 
 void wxStaticBitmap::CreatePixmapWidget()
 {
-    wxCHECK_RET( m_bitmap.Ok(), "should only be called if we have a bitmap" );
+    wxCHECK_RET( m_bitmap.Ok(), _T("should only be called if we have a bitmap") );
 
     GdkBitmap *mask = (GdkBitmap *) NULL;
     if ( m_bitmap.GetMask() )
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;
     }
index bcc80259273a94f466416428d5bf6863a858b51c..98c62d24478ee1dabc1fc8af5ad1253f045860bc 100644 (file)
@@ -37,7 +37,7 @@ wxStaticBitmap::wxStaticBitmap( wxWindow *parent, wxWindowID id, const wxBitmap
 
 void wxStaticBitmap::CreatePixmapWidget()
 {
-    wxCHECK_RET( m_bitmap.Ok(), "should only be called if we have a bitmap" );
+    wxCHECK_RET( m_bitmap.Ok(), _T("should only be called if we have a bitmap") );
 
     GdkBitmap *mask = (GdkBitmap *) NULL;
     if ( m_bitmap.GetMask() )