fix error message

these are a mess anyway
This commit is contained in:
Oswald Buddenhagen
2009-10-20 17:43:23 +02:00
parent a4760b716e
commit d34ad30b55

View File

@@ -90,10 +90,7 @@ void RemoteGdbAdapter::uploadProcError(QProcess::ProcessError error)
QString msg;
switch (error) {
case QProcess::FailedToStart:
msg = tr("The upload process failed to start. Either the "
"invoked script '%1' is missing, or you may have insufficient "
"permissions to invoke the program.")
.arg(theDebuggerStringSetting(GdbLocation));
msg = tr("The upload process failed to start. Shell missing?");
break;
case QProcess::Crashed:
msg = tr("The upload process crashed some time after starting "