X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fb99eb3b7063388672255335abf7a34405f51bf..c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16:/include/wx/generic/gridctrl.h diff --git a/include/wx/generic/gridctrl.h b/include/wx/generic/gridctrl.h index ddcc1bc69d..a61a2f4592 100644 --- a/include/wx/generic/gridctrl.h +++ b/include/wx/generic/gridctrl.h @@ -32,8 +32,8 @@ class WXDLLIMPEXP_ADV wxGridCellDateTimeRenderer : public wxGridCellStringRenderer { public: - wxGridCellDateTimeRenderer(wxString outformat = _T("%c"), - wxString informat = _T("%c")); + wxGridCellDateTimeRenderer(wxString outformat = wxDefaultDateTimeFormat, + wxString informat = wxDefaultDateTimeFormat); // draw the string right aligned virtual void Draw(wxGrid& grid,