mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Monor tweaks.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8341 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
8f7ca2851c
commit
ceeb410a3e
@ -3519,9 +3519,9 @@ void MainWindow::guiUpdate()
|
||||
if(!m_config.split_mode() and !m_bWarnSplit) {
|
||||
QString errorMsg;
|
||||
MessageBox::critical_message (this,
|
||||
"Operation in FT8 DXpedition requires use of\n"
|
||||
"Split mode. Use either ""Rig"" or ""Fake It""\n"
|
||||
"On the *Settings | Radio* tab.", errorMsg);
|
||||
"Operation in FT8 DXpedition strongly recommends use\n"
|
||||
"of Split mode. Use either ""Rig"" or ""Fake It""\n"
|
||||
"on the *Settings | Radio* tab.", errorMsg);
|
||||
m_bWarnSplit=true;
|
||||
}
|
||||
|
||||
@ -4902,9 +4902,7 @@ void MainWindow::displayWidgets(int n)
|
||||
if(i==22) {
|
||||
if(!b && m_echoGraph->isVisible()) m_echoGraph->hide();
|
||||
}
|
||||
if(i==23) {
|
||||
ui->cbSWL->setVisible(b);
|
||||
}
|
||||
if(i==23) ui->cbSWL->setVisible(b);
|
||||
if(i==24) ui->actionEnable_AP_FT8->setVisible (b);
|
||||
if(i==25) ui->actionEnable_AP_JT65->setVisible (b);
|
||||
if(i==26) ui->actionEnable_AP_DXcall->setVisible (b);
|
||||
|
Loading…
Reference in New Issue
Block a user