diff --git a/app/scanner2/mainwindow.cpp b/app/scanner2/mainwindow.cpp index e0182dc0..b64e6def 100644 --- a/app/scanner2/mainwindow.cpp +++ b/app/scanner2/mainwindow.cpp @@ -3676,7 +3676,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p #elif defined(OEM_NEUTRAL) proc.startDetached(curPath + "NeuOCR.exe", argList); #elif defined(OEM_DELI) - proc.startDetached(curPath + "DeliOCR.exe", argList); + proc.startDetached(curPath + "DlOCR.exe", argList); #else proc.startDetached(curPath + "HGOCR.exe", argList); #endif @@ -3694,7 +3694,7 @@ void MainWindow::ocrMsgPumpFunc(HGMsgPump msgPump, const HGMsg *msg, HGPointer p #elif defined(OEM_NEUTRAL) proc.startDetached(curPath + "NeuOCR", argList); #elif defined(OEM_DELI) - proc.startDetached(curPath + "DeliOCR", argList); + proc.startDetached(curPath + "DlOCR", argList); #else proc.startDetached(curPath + "HGOCR", argList); #endif