mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 09:45:16 +03:00
Fixed last companion9x strings. Getting very close.
This commit is contained in:
parent
57718d0100
commit
a646e240fb
5 changed files with 4 additions and 4 deletions
|
@ -445,7 +445,7 @@ void ModelsListWidget::doPaste(QByteArray *gmData, int index)
|
|||
i++;
|
||||
gData++;
|
||||
if(c=='G') { //General settings
|
||||
ret = QMessageBox::question(this, "companion9x", tr("Do you want to overwrite TX general settings?"),
|
||||
ret = QMessageBox::question(this, "Companion", tr("Do you want to overwrite TX general settings?"),
|
||||
QMessageBox::Yes | QMessageBox::No);
|
||||
if (ret == QMessageBox::Yes) {
|
||||
radioData->generalSettings = *((GeneralSettings *)gData);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue