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/FileManager/OptionsDialog.cpp')
-rwxr-xr-x7zip/FileManager/OptionsDialog.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/7zip/FileManager/OptionsDialog.cpp b/7zip/FileManager/OptionsDialog.cpp
index fc94a153..350d5263 100755
--- a/7zip/FileManager/OptionsDialog.cpp
+++ b/7zip/FileManager/OptionsDialog.cpp
@@ -94,7 +94,10 @@ void OptionsDialog(HWND hwndOwner, HINSTANCE hInstance)
if (::PropertySheet(&sheet) != -1)
{
if (langPage._langWasChanged)
+ {
+ g_App._window.SetText(LangLoadStringW(IDS_APP_TITLE, 0x03000000));
MyLoadMenu();
+ }
g_App.SetListSettings();
g_App.SetShowSystemMenu();
g_App.RefreshAllPanels();