summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schulthess2017-05-02 11:11:07 +0200
committerChristoph Schulthess2017-05-02 11:11:07 +0200
commit8ef5531c7dc47f5cd29e6b0bcc8a8effd006fe5a (patch)
tree4939490bb7eba839b6056d922dceb01ed78caa3f
parenttest (diff)
downloadpvs2-8ef5531c7dc47f5cd29e6b0bcc8a8effd006fe5a.tar.gz
pvs2-8ef5531c7dc47f5cd29e6b0bcc8a8effd006fe5a.tar.xz
pvs2-8ef5531c7dc47f5cd29e6b0bcc8a8effd006fe5a.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 205f5c2..404a875 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" << "-h");
+ this->runDbg.start("/bin/sh", QStringList() << "xterm" << "-hold");
} else {
this->runDbg.terminate();
}