Fix a grammer problem.

This commit is contained in:
love-code-yeyixiao 2024-03-02 16:08:28 +08:00
parent b264e37f3b
commit ed26d5f491
1 changed files with 1 additions and 1 deletions

View File

@ -2680,7 +2680,7 @@ void CSandMan::OnHotKey(size_t id)
for (auto each : theAPI->GetAllBoxes().toStdMap()) {
each.second->SetSuspendedAll(TRUE);
};
}
break;
}