]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grideditors.h
Rename wxGenericProgressDialog::ProgressDialogState to just State.
[wxWidgets.git] / include / wx / generic / grideditors.h
index cc3ff677577c35670dc9c3fcedec1e995dc264d9..a81b17c9d93e88e57d10cc2d98a5bc74e485df86 100644 (file)
@@ -143,7 +143,7 @@ protected:
 
     // string representation of our value
     wxString GetString() const
-        { return wxString::Format(_T("%ld"), m_value); }
+        { return wxString::Format(wxT("%ld"), m_value); }
 
 private:
     int m_min,
@@ -227,7 +227,7 @@ public:
 
     // set the string values returned by GetValue() for the true and false
     // states, respectively
-    static void UseStringValues(const wxString& valueTrue = _T("1"),
+    static void UseStringValues(const wxString& valueTrue = wxT("1"),
                                 const wxString& valueFalse = wxEmptyString);
 
     // return true if the given string is equal to the string representation of