Skip to content

Commit

Permalink
修改注释。
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweihan committed Sep 21, 2017
1 parent 2ba06d6 commit b173dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Edislab/Edislab Pro/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ void CMainFrame::OnSize(UINT nType, int cx, int cy)
void CMainFrame::OnTimer(UINT_PTR nIDEvent)
{
// TODO: 在此添加消息处理程序代码和/或调用默认值
if (nIDEvent == TIMER_ID)
if (TIMER_ID == nIDEvent)
{
CTime CurrentTime = CTime::GetCurrentTime();
CString strTime = CurrentTime.Format(_T("%Y-%m-%d %H:%M:%S"));
Expand Down

0 comments on commit b173dac

Please sign in to comment.