aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/UI/FileManager/LangPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CPP/7zip/UI/FileManager/LangPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/7zip/UI/FileManager/LangPage.cpp b/CPP/7zip/UI/FileManager/LangPage.cpp
index ec1dd2e..3aeaf13 100644
--- a/CPP/7zip/UI/FileManager/LangPage.cpp
+++ b/CPP/7zip/UI/FileManager/LangPage.cpp
@@ -16,7 +16,7 @@
16using namespace NWindows; 16using namespace NWindows;
17 17
18 18
19static const unsigned k_NumLangLines_EN = 429; 19static const unsigned k_NumLangLines_EN = 443;
20 20
21#ifdef Z7_LANG 21#ifdef Z7_LANG
22static const UInt32 kLangIDs[] = 22static const UInt32 kLangIDs[] =
@@ -50,7 +50,7 @@ static void NativeLangString(UString &dest, const wchar_t *s)
50{ 50{
51 dest += " ("; 51 dest += " (";
52 dest += s; 52 dest += s;
53 dest += ')'; 53 dest.Add_Char(')');
54} 54}
55 55
56bool LangOpen(CLang &lang, CFSTR fileName); 56bool LangOpen(CLang &lang, CFSTR fileName);