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