]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/tbarbase.h
Make generic wxDataViewProgressRenderer fill the entire cell.
[wxWidgets.git] / include / wx / tbarbase.h
index cc367e41bb69f6a5ae65e4201aa047793ba1d666..14d03e032b222908dd81843c107452a66f4b39ba 100644 (file)
@@ -121,7 +121,7 @@ public:
 
     wxControl *GetControl() const
     {
-        wxASSERT_MSG( IsControl(), _T("this toolbar tool is not a control") );
+        wxASSERT_MSG( IsControl(), wxT("this toolbar tool is not a control") );
 
         return m_control;
     }
@@ -135,7 +135,7 @@ public:
     int GetStyle() const { return m_toolStyle; }
     wxItemKind GetKind() const
     {
-        wxASSERT_MSG( IsButton(), _T("only makes sense for buttons") );
+        wxASSERT_MSG( IsButton(), wxT("only makes sense for buttons") );
 
         return m_kind;
     }