From 9fc3a9679fb17af2aefd4a4c30f45a7107da9857 Mon Sep 17 00:00:00 2001 From: lhiven Date: Tue, 30 Jul 2024 08:44:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=AD=A3=E5=8E=8B=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=8A=A5=E8=AD=A6=E5=90=8E=E6=8A=A5=E8=AD=A6=E6=B6=88?= =?UTF-8?q?=E9=99=A4=E5=90=8E=E5=BC=B9=E6=A1=86=E4=B8=8D=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/Home.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rs.SkyLine/Home.cs b/Rs.SkyLine/Home.cs index 76a6d5c..10e11ad 100644 --- a/Rs.SkyLine/Home.cs +++ b/Rs.SkyLine/Home.cs @@ -603,7 +603,7 @@ namespace Rs.MotionPlat { pPressvacAlarm = false; MessageQueue.Instance.Warn("正压输入偏低解除"); - PromptMessageBox.CloseWindow(AlarmConstID.负压输入偏低, ETipButton.None); + PromptMessageBox.CloseWindow(AlarmConstID.正压输入偏低, ETipButton.None); } } }