summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:12:58 +0200
committerChristoph Schulthess2017-05-02 11:12:58 +0200
commit30bb2323823a0df9bac081fe36c22ebefcbcebd6 (patch)
tree329f2aeccc551149507248d53a9a3425c3fb2437
parenttest (diff)
downloadpvs2-30bb2323823a0df9bac081fe36c22ebefcbcebd6.tar.gz
pvs2-30bb2323823a0df9bac081fe36c22ebefcbcebd6.tar.xz
pvs2-30bb2323823a0df9bac081fe36c22ebefcbcebd6.zip
test
-rw-r--r--src/client/toolbar/toolbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp
index 404a875..5e90461 100644
--- a/src/client/toolbar/toolbar.cpp
+++ b/src/client/toolbar/toolbar.cpp
@@ -502,7 +502,7 @@ void Toolbar::onBtnCustom()
const bool on = _ui->btnCustom->isChecked();
if (on) {
//this->runDbg.start("/bin/sh", QStringList() << "/opt/openslx/remotedebug/startdebug_noxterm.sh");
- this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-hold");
+ this->runDbg.start("/bin/sh", QStringList() << "xterm");
} else {
this->runDbg.terminate();
}