Update PopUpWindow.cpp
the PID string is used in issue reports and must not be translated
This commit is contained in:
parent
ec1c069432
commit
1aff6cf4dd
|
@ -159,7 +159,7 @@ void CPopUpWindow::AddLogMessage(quint32 MsgCode, const QStringList& MsgData, qu
|
||||||
BoxName = pProcess->GetBoxName();
|
BoxName = pProcess->GetBoxName();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ProcessName = tr("PID %1").arg(ProcessId);
|
ProcessName = QString("PID %1").arg(ProcessId);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Message = theGUI->FormatSbieMessage(MsgCode, MsgData, ProcessName);
|
QString Message = theGUI->FormatSbieMessage(MsgCode, MsgData, ProcessName);
|
||||||
|
|
Loading…
Reference in New Issue