mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-21 04:58:33 -05:00
Remove the popup message that "<callsign> was not found in CALL3.TXT".
This commit is contained in:
parent
bcfa4526d2
commit
2973c8dad8
@ -5337,10 +5337,6 @@ void MainWindow::lookup(bool lookupButtonClicked)
|
|||||||
for(int i=0; i<999999; i++) {
|
for(int i=0; i<999999; i++) {
|
||||||
n=f.readLine(c,sizeof(c));
|
n=f.readLine(c,sizeof(c));
|
||||||
if(n <= 0) {
|
if(n <= 0) {
|
||||||
if(lookupButtonClicked) {
|
|
||||||
QString msg=hisCall + tr(" not found in CALL3.TXT");
|
|
||||||
MessageBox::information_message (this, msg);
|
|
||||||
}
|
|
||||||
if(!hisgrid0.contains(grid_regexp)) {
|
if(!hisgrid0.contains(grid_regexp)) {
|
||||||
ui->dxGridEntry->clear();
|
ui->dxGridEntry->clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user