fix
This commit is contained in:
parent
a799ce3f0f
commit
1197505b20
|
@ -251,7 +251,7 @@ void CSelectBoxWindow::OnRun()
|
|||
}
|
||||
|
||||
foreach(const QString & Command, m_Commands)
|
||||
theGUI->RunStart(BoxName, Command, ui.chkAdmin->isChecked(), m_WrkDir,isFCP,0);
|
||||
theGUI->RunStartWithFCP(BoxName, Command, isFCP, ui.chkAdmin->isChecked(), m_WrkDir,0);
|
||||
|
||||
setResult(1);
|
||||
close();
|
||||
|
|
Loading…
Reference in New Issue