Commit 3146b1f2 authored by 潘栩锋's avatar 潘栩锋 🚴

1. 修复 不能找到 strCantAddAgain , 因为是 strTipCantAddAgain 才对

parent 889ec296
...@@ -426,8 +426,8 @@ namespace ThickTcpUiInWindow.MainEdit ...@@ -426,8 +426,8 @@ namespace ThickTcpUiInWindow.MainEdit
if (!gct.IsEnable) if (!gct.IsEnable)
{ {
string strCantAddAgain = Application.Current.FindResource("strCantAddAgain") as string; string strTipCantAddAgain = Application.Current.FindResource("strTipCantAddAgain") as string;
FLY.ControlLibrary.MyMessageBox.Show(strCantAddAgain); FLY.ControlLibrary.MyMessageBox.Show(strTipCantAddAgain);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment