diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ec8af755e..bcbe8d9d9 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -5604,7 +5604,7 @@ void MainWindow::lookup() break; } QString t=QString(c); - if(t.indexOf(hisCall)==0) { + if(t.indexOf(hisCall+" ")==0) { int i1=t.indexOf(","); QString hisgrid=t.mid(i1+1,6); i1=hisgrid.indexOf(",");