1
0
Fork 0

GUI: use TraceOverConditional for "return to user" #1489

This commit is contained in:
mrexodia 2017-03-12 02:49:02 +01:00
parent 45640e0bfe
commit 00ddb31660
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ MainWindow::MainWindow(QWidget* parent)
makeCommandAction(ui->actioneStepInto, "eStepInto");
makeCommandAction(ui->actioneRun, "eRun");
makeCommandAction(ui->actioneRtr, "eRtr");
makeCommandAction(ui->actionRtu, "TraceIntoConditional !mod.party(cip)");
makeCommandAction(ui->actionRtu, "TraceOverConditional mod.user(cip)");
connect(ui->actionTicnd, SIGNAL(triggered()), this, SLOT(execTicnd()));
connect(ui->actionTocnd, SIGNAL(triggered()), this, SLOT(execTocnd()));
connect(ui->actionTRBit, SIGNAL(triggered()), this, SLOT(execTRBit()));