Przeglądaj źródła

对HexKey进行转换。

jianfeng1.wang 2 lat temu
rodzic
commit
73517fd499
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      FieldTestTool/FieldTestTool/PropertiesWnd.cpp

+ 1 - 1
FieldTestTool/FieldTestTool/PropertiesWnd.cpp

@@ -544,7 +544,7 @@ void CPropertiesWnd::ConvertOldSignalsToNew(std::string strOldSignal, std::strin
 						{
 							oldxml.key = pItem->GetText();
 						}
-						else if (_tcsicmp(pItem->Value(), _T("KeyCode")) == 0)
+						else if (_tcsicmp(pItem->Value(), _T("HexKey")) == 0)
 						{
 							oldxml.key = pItem->GetText();
 						}