更新 'src/Network/fgcom.cxx'

This commit is contained in:
zhongjin 2022-12-06 23:06:36 +08:00
parent 31ff59a981
commit 069b66ab5d

View File

@ -641,6 +641,8 @@ void FGCom::valueChanged(SGPropertyNode *prop)
// ensure that we are on the right channel by calling setupCommFrequency
//fgSetString("/sim/screen/red","PTT按下请讲...");
SGPropertyNode_ptr args(new SGPropertyNode);
args->setStringValue("id", "ptt-press");
if (fgGetBool("/sim/view-name-popup")) {
args->setStringValue("label", "PTT按下请讲...");