更新 'src/GUI/gui.cxx'

This commit is contained in:
zhongjin 2022-12-07 00:54:14 +08:00
parent 212d63ca37
commit 4c7837ac1c

View File

@ -223,7 +223,10 @@ void syncPausePopupState()
SGPropertyNode_ptr args(new SGPropertyNode);
args->setStringValue("id", "sim-pause");
if (paused && fgGetBool("/sim/view-name-popup")) {
args->setStringValue("label", "Simulation is paused");
//args->setStringValue("label", "Simulation is paused");
args->setStringValue("label", "平台暂停按P键继续");
globals->get_commands()->execute("show-message", args, nullptr);
} else {
globals->get_commands()->execute("clear-message", args, nullptr);