[GME-commit] GMESRC/GME/Console ConsoleCtl.cpp,1.5,1.6
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Jan 30 20:51:14 CST 2006
- Previous message: [GME-commit] GMESRC/GME/Gme GME.rc,1.147,1.148 GME.vcproj,1.2,1.3
GMEApp.cpp,1.135,1.136 GMEApp.h,1.30,1.31 GMEDoc.cpp,1.30,1.31
GMEDoc.h,1.13,1.14 GMEOLEApp.cpp,1.11,1.12 GMEOLEApp.h,1.6,1.7
GMEStd.h,1.26,1.27 GMEView.cpp,1.177,1.178 MainFrm.cpp,1.32,1.33
MainFrm.h,1.24,1.25 resource.h,1.68,1.69 sizecbar.cpp,1.1,1.2
sizecbar.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/GME/Console
In directory escher:/tmp/cvs-serv30678
Modified Files:
ConsoleCtl.cpp
Log Message:
Write seconds also, use 24H form.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: ConsoleCtl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Console/ConsoleCtl.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ConsoleCtl.cpp 12 Jan 2006 22:44:59 -0000 1.5
--- ConsoleCtl.cpp 30 Jan 2006 20:51:12 -0000 1.6
***************
*** 297,301 ****
{
CTime time = CTime::GetCurrentTime();
! line = _T("[") + time.Format(_T("%I:%M ")) + (time.GetHour() < 12 ? _T("AM] "):_T("PM] ")) + line;
}
} catch(hresult_exception &)
--- 297,301 ----
{
CTime time = CTime::GetCurrentTime();
! line = time.Format(_T("[%H:%M:%S] ")) + line;
}
} catch(hresult_exception &)
- Previous message: [GME-commit] GMESRC/GME/Gme GME.rc,1.147,1.148 GME.vcproj,1.2,1.3
GMEApp.cpp,1.135,1.136 GMEApp.h,1.30,1.31 GMEDoc.cpp,1.30,1.31
GMEDoc.h,1.13,1.14 GMEOLEApp.cpp,1.11,1.12 GMEOLEApp.h,1.6,1.7
GMEStd.h,1.26,1.27 GMEView.cpp,1.177,1.178 MainFrm.cpp,1.32,1.33
MainFrm.h,1.24,1.25 resource.h,1.68,1.69 sizecbar.cpp,1.1,1.2
sizecbar.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list