From 16b7259409e80dc0385a98edf7c78f77fe684814 Mon Sep 17 00:00:00 2001 From: x-tools-author Date: Sun, 31 Mar 2024 17:35:25 +0800 Subject: [PATCH] chore: update encoding --- Source/Common/Common/xToolsApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Common/Common/xToolsApplication.cpp b/Source/Common/Common/xToolsApplication.cpp index bd8e8d94..604c302c 100644 --- a/Source/Common/Common/xToolsApplication.cpp +++ b/Source/Common/Common/xToolsApplication.cpp @@ -1,4 +1,4 @@ -/*************************************************************************************************** +/*************************************************************************************************** * Copyright 2023-2024 x-tools-author(x-tools@outlook.com). All rights reserved. * * The file is encoded using "utf8 with bom", it is a part of xTools project. @@ -41,7 +41,7 @@ xToolsApplication::xToolsApplication(int argc, char *argv[]) m_languageFlagNameMap.insert("zh_CN", "简体中文"); m_languageFlagNameMap.insert("en", "English"); -#if 0 +#if 0 m_languageFlagNameMap.insert("zh_TW", "繁體中文"); m_languageFlagNameMap.insert("ar", "العربية"); m_languageFlagNameMap.insert("cs", "Čeština");