From 6ff05a44b01c6ac6e33db2ec28dcf6e2a7c2abb0 Mon Sep 17 00:00:00 2001
From: QuakeGod <quakegod@sina.com>
Date: 星期二, 16 一月 2024 19:46:01 +0800
Subject: [PATCH] fix LDS to Prog

---
 MTerm1/DialogEventLog.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MTerm1/DialogEventLog.cpp b/MTerm1/DialogEventLog.cpp
index 4646bec..6f45c0a 100644
--- a/MTerm1/DialogEventLog.cpp
+++ b/MTerm1/DialogEventLog.cpp
@@ -100,7 +100,7 @@
 
 	m_nEventCount = nCount;
 	m_nCurEvent = 0;
-	SetTimer(1, 100, NULL);
+	SetTimer(1, 50, NULL);
 //	for (int i = 0; i < nCount; i++)
 //	{
 //		GetEventLogByIndex(i);

--
Gitblit v1.9.1