Update PopUpWindow.cpp

the PID string is used in issue reports and must not be translated
This commit is contained in:
DavidXanatos 2023-10-20 18:38:32 +02:00
parent ec1c069432
commit 1aff6cf4dd
1 changed files with 1 additions and 1 deletions

View File

@ -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);