diff --git a/pe-bear/gui/windows/PatternSearchWindow.cpp b/pe-bear/gui/windows/PatternSearchWindow.cpp index e62c4c8..217cb53 100644 --- a/pe-bear/gui/windows/PatternSearchWindow.cpp +++ b/pe-bear/gui/windows/PatternSearchWindow.cpp @@ -119,7 +119,7 @@ void PatternSearchWindow::onSearchClicked() threadMngr = new SignFinderThreadManager(exe); } - if (!threadMngr->loadSignature(tr("Searched"), text)) { + if (!threadMngr->loadSignature("Searched", text)) { progressBar.setValue(0); QMessageBox::information(this, tr("Info"), tr("Could not parse the signature!"), QMessageBox::Ok); return; diff --git a/sig_finder b/sig_finder index f1d726d..1bfdbfa 160000 --- a/sig_finder +++ b/sig_finder @@ -1 +1 @@ -Subproject commit f1d726d2ba645d5307766346af572a6667010340 +Subproject commit 1bfdbfa55f0126afb608c6caf0c8bc9208d00cc0