mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T485 Adjust CLogMessage and CStatusMessage call sites to use the new API.
This commit is contained in:
@@ -124,7 +124,7 @@ namespace BlackGui
|
||||
const CSelcal selcal = ui->editor_Com->getSelcal();
|
||||
if (!selcal.isValid())
|
||||
{
|
||||
CLogMessage().validationWarning("Invalid SELCAL code");
|
||||
CLogMessage().validationWarning(u"Invalid SELCAL code");
|
||||
}
|
||||
else if (sGui->getIContextAudio())
|
||||
{
|
||||
@@ -132,7 +132,7 @@ namespace BlackGui
|
||||
}
|
||||
else
|
||||
{
|
||||
CLogMessage().validationWarning("No audio available");
|
||||
CLogMessage().validationWarning(u"No audio available");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user