diff --git a/mainwindow.cpp b/mainwindow.cpp index 5f3057531..523455811 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -190,6 +190,8 @@ MainWindow::MainWindow(bool multiple, QSettings * settings, QSharedMemory *shdme ui->tx5->setCurrentText (text); if (send) { ui->txb5->click (); + } else { + ui->txrb5->click (); } } else if (1 == ui->tabWidget->currentIndex ()) { ui->freeTextMsg->setCurrentText (text);