From 208ac0768aa4d3a35a9ebe39dbd05cb60ffdf645 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Wed, 25 Oct 2023 11:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=AD=E6=99=B6=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E5=8F=B7=E7=A0=81=E9=87=8D=E5=A4=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/mainwindow.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/scanner2/mainwindow.cpp b/app/scanner2/mainwindow.cpp index b1f819a4..851cd980 100644 --- a/app/scanner2/mainwindow.cpp +++ b/app/scanner2/mainwindow.cpp @@ -3288,7 +3288,10 @@ void MainWindow::on_act_about_triggered() #if defined (OEM_DELI) content += tr("

After-sale telephone: %1

").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL)); #else - content += tr("

Company telephone: %1

").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL)); + #if !defined(OEM_ZHONGJING) + content += tr("

Company telephone: %1

").arg(QString::fromLocal8Bit(BRAND_COMPANY_TEL)); + #endif + content += tr("

Company GPS: %2

").arg(QString::fromLocal8Bit(BRAND_URL_GPS)).arg(tr("Baidu map access")); #endif