diff options
author | Christoph Schulthess | 2017-05-02 11:15:46 +0200 |
---|---|---|
committer | Christoph Schulthess | 2017-05-02 11:15:46 +0200 |
commit | 9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0 (patch) | |
tree | 01b401bcadabb03674d2670f6925215368ff1c35 | |
parent | test (diff) | |
download | pvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.tar.gz pvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.tar.xz pvs2-9151247f8eb3f401aa38b99e6d08e9db1b2cf8a0.zip |
test
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 5e90461..864df8a 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"); + this->runDbg.start("xterm"); } else { this->runDbg.terminate(); } |