Przeglądaj źródła

Issue 2346 – Some parts of UI are not localized

https://winscp.net/tracker/2346

Source commit: 4b3464ac4b05c08394112f7e959420245b46740e
Martin Prikryl 10 miesięcy temu
rodzic
commit
f931b120e3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      source/windows/GUIConfiguration.cpp

+ 1 - 0
source/windows/GUIConfiguration.cpp

@@ -998,6 +998,7 @@ void __fastcall TGUIConfiguration::SetLocaleInternal(LCID value, bool Safe, bool
     {
     {
       SetAppliedLocale(L, FileName);
       SetAppliedLocale(L, FileName);
       SetResourceModule(Module);
       SetResourceModule(Module);
+      ResStringCleanupCache();
     }
     }
   }
   }
 }
 }