projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wxToggleButton on wxMac has these methods now
[wxWidgets.git]
/
src
/
common
/
datetime.cpp
diff --git
a/src/common/datetime.cpp
b/src/common/datetime.cpp
index 7ea7a574e3aaa6350c087e63631c76daf56e2670..9c14cc43db07e0f51dca7e3d9af7db60f48f9577 100644
(file)
--- a/
src/common/datetime.cpp
+++ b/
src/common/datetime.cpp
@@
-1326,6
+1326,7
@@
wxDateTime& wxDateTime::ResetTime()
wxDateTime& wxDateTime::SetFromDOS(unsigned long ddt)
{
struct tm tm;
+ InitTm(tm);
long year = ddt & 0xFE000000;
year >>= 25;