fix wxTimeSpan::Format() for negative spans with 0 hour component (#10055)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@57474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-21 12:16:06 +00:00
parent 7e4d15d545
commit 9be232e7a9
3 changed files with 13 additions and 21 deletions

View File

@@ -95,6 +95,7 @@ All:
- wxHashMap::insert() doesn't update the value if it didn't insert the element
any more (Marcin Malich).
- Correct bug in wxTimeSpan::Format() for negative spans.
- Added Vietnamese translation (Tran Ngoc Quan).
- Updated Slovenian translation (Martin Srebotnjak).