fixed refresh problem with holidays in wxCalendarCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -190,7 +190,7 @@ wxDateTime::Country wxDateTime::ms_country = wxDateTime::Country_Unknown;
|
||||
#ifdef __WXDEBUG__
|
||||
extern const wxChar *wxDumpDate(const wxDateTime* dt)
|
||||
{
|
||||
static wxChar buf[20];
|
||||
static wxChar buf[128];
|
||||
|
||||
wxStrcpy(buf, dt->Format(_T("%Y-%m-%d (%a) %H:%M:%S")));
|
||||
|
||||
|
Reference in New Issue
Block a user