From 2973c8dad8d832269a1e790414e5f35fd96f80c4 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 7 Jun 2020 13:27:49 -0400 Subject: [PATCH] Remove the popup message that " was not found in CALL3.TXT". --- widgets/mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 48c6ebc73..c26a1e362 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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(); }