Remove the popup message that "<callsign> was not found in CALL3.TXT".

This commit is contained in:
Joe Taylor 2020-06-07 13:27:49 -04:00
parent bcfa4526d2
commit 2973c8dad8
1 changed files with 0 additions and 4 deletions

View File

@ -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();
}