mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -411,7 +411,7 @@ void SwiftGuiStd::verifyPrerequisites()
|
||||
CStatusMessageList msgs;
|
||||
if (!sGui->supportsContexts() || !sGui->getIContextSimulator())
|
||||
{
|
||||
msgs.push_back(CStatusMessage(this).error("No simulator context"));
|
||||
msgs.push_back(CStatusMessage(this).error(u"No simulator context"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user