mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 21:58:38 -05:00
Add KI7MT to list of "enable" calls.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6813 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
4c4b182b72
commit
ac77a0a5de
@ -826,7 +826,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
{
|
{
|
||||||
QString t=m_config.my_callsign();
|
QString t=m_config.my_callsign();
|
||||||
if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS"
|
if(t!="IV3NWV" and t!="K1JT" and t!="K9AN" and t!="G4WJS"
|
||||||
and t!="IW0HDV" and t!="VE1SKY") {
|
and t!="IW0HDV" and t!="VE1SKY" and t!="KI7MT") {
|
||||||
ui->actionQRA65->setChecked(false);
|
ui->actionQRA65->setChecked(false);
|
||||||
ui->actionQRA65->setEnabled(false);
|
ui->actionQRA65->setEnabled(false);
|
||||||
ui->actionMSK144->setChecked(false);
|
ui->actionMSK144->setChecked(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user