更新 'src/GUI/gui.cxx'

next
zhongjin 2 years ago
parent 212d63ca37
commit 4c7837ac1c

@ -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);

Loading…
Cancel
Save