From e30b5d9fc380dc0c3875cd2e854df4c01239a693 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Mon, 22 Jan 2024 17:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E6=80=A7=E7=89=88=E6=9C=AC=E5=BC=80?= =?UTF-8?q?=E6=94=BE=E8=AF=AD=E8=A8=80=E9=80=89=E6=8B=A9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/mainwindow.cpp | 2 +- build_all.bat | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/scanner2/mainwindow.cpp b/app/scanner2/mainwindow.cpp index dfcb137a..92ab1ff7 100644 --- a/app/scanner2/mainwindow.cpp +++ b/app/scanner2/mainwindow.cpp @@ -194,7 +194,7 @@ MainWindow::MainWindow(const QString& appLang, QWidget *parent) ui->toolBar->addSeparator(); ui->toolBar->addAction(ui->act_help); -#if defined (OEM_ZHONGJING) +#if defined (OEM_ZHONGJING) || defined (OEM_NEUTRAL) m_menu_language = new QMenu(tr("menu_language")); m_act_simpCN = new QAction(tr("act_simpCN"),nullptr); m_act_English = new QAction(tr("act_English"),nullptr); diff --git a/build_all.bat b/build_all.bat index eda1063f..b8b7c686 100644 --- a/build_all.bat +++ b/build_all.bat @@ -1,7 +1,5 @@ @echo off -call .\build.bat hw - call .\build.bat lsc call .\build.bat cts @@ -10,4 +8,6 @@ call .\build.bat zj call .\build.bat zg -call .\build.bat hg \ No newline at end of file +call .\build.bat dl + +call .\build.bat neu \ No newline at end of file