更新 'src/GUI/gui.cxx'
This commit is contained in:
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…
Reference in New Issue
Block a user