Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Explorer/MyMessages.cpp')
-rwxr-xr-x7zip/UI/Explorer/MyMessages.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/UI/Explorer/MyMessages.cpp b/7zip/UI/Explorer/MyMessages.cpp
index d2cae72c..3ec59f99 100755
--- a/7zip/UI/Explorer/MyMessages.cpp
+++ b/7zip/UI/Explorer/MyMessages.cpp
@@ -27,7 +27,7 @@ void MyMessageBox(UINT32 id
)
{
#ifdef LANG
- MyMessageBox(LangLoadStringW(id, langID));
+ MyMessageBox(LangString(id, langID));
#else
MyMessageBox(MyLoadStringW(id));
#endif