mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 23:51:20 +02:00
2023-01-18 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings when building rdadmin(1). * Cleaned up compiler warnings when building rddbconfig(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -495,7 +495,7 @@ bool MainWidget::RunProcess(int *exit_code,QString *err_msg,const QString &cmd,
|
||||
}
|
||||
else {
|
||||
*exit_code=-1;
|
||||
*err_msg="\"+cmd\ "+tr("process crashed");
|
||||
*err_msg="\"+cmd\" "+tr("process crashed");
|
||||
}
|
||||
QApplication::restoreOverrideCursor();
|
||||
|
||||
|
Reference in New Issue
Block a user