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