mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #485, changed to static preformatted as discussed (MS/KB) on slack
This commit is contained in:
committed by
Mathew Sutcliffe
parent
55a0ab7b48
commit
30b5e5dade
@@ -476,7 +476,7 @@ namespace BlackGui
|
||||
CStatusMessage msg = m_cachedVPilotModels.set(models);
|
||||
if (msg.isWarningOrAbove())
|
||||
{
|
||||
CLogMessage(this).preformatted(msg);
|
||||
CLogMessage::preformatted(msg);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user