Changeset 883
- Timestamp:
- 4/17/2009 11:48:43 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Eraser.cpp (modified) (1 diff)
-
SchedulerView.cpp (modified) (2 diffs)
-
StdAfx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Eraser.cpp
r398 r883 62 62 m_pDoc(0) 63 63 { 64 setlocale(LC_ALL, ""); 64 65 _set_se_translator(SeTranslator); 65 66 } -
trunk/SchedulerView.cpp
r882 r883 1604 1604 1605 1605 if (odtLast.GetStatus() == COleDateTime::valid) 1606 strData = odtLast.Format( );1606 strData = odtLast.Format("%c"); 1607 1607 else 1608 1608 strData.Empty(); … … 1653 1653 else 1654 1654 { 1655 strData = psiItem->GetNextTime().Format( );1655 strData = psiItem->GetNextTime().Format("%c"); 1656 1656 } 1657 1657 -
trunk/StdAfx.h
r829 r883 47 47 #define _WIN32_IE 0x0600 // IE6+ 48 48 #endif 49 50 #include <locale.h> 49 51 50 52 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // Some CString constructors will be explicit.
Note: See TracChangeset
for help on using the changeset viewer.
