refs #485, changed to static preformatted as discussed (MS/KB) on slack

This commit is contained in:
Klaus Basan
2016-03-01 00:15:04 +01:00
committed by Mathew Sutcliffe
parent 55a0ab7b48
commit 30b5e5dade
8 changed files with 14 additions and 14 deletions

View File

@@ -137,7 +137,7 @@ namespace BlackSimPlugin
{
CStatusMessage msg;
CPixmap pm(m_aircraftCfgParser->iconForModel(modelString, msg));
if (!msg.isEmpty()) { CLogMessage(this).preformatted(msg);}
if (!msg.isEmpty()) { CLogMessage::preformatted(msg);}
return pm;
}