Skip to content
Snippets Groups Projects
Commit 3976d164 authored by dt's avatar dt
Browse files

Add <b> to make the tags balanced

parent aabc34ff
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ bool AbstractProcessStep::processFinished(int exitCode, QProcess::ExitStatus sta
void AbstractProcessStep::processStartupFailed()
{
emit addOutput(tr("<font color=\"#ff0000\">Could not start process %1 </b></font>").arg(m_command));
emit addOutput(tr("<font color=\"#ff0000\"><b>Could not start process %1 </b></font>").arg(m_command));
}
void AbstractProcessStep::processReadyReadStdOutput()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment