Skip to content

Commit 2e0389e

Browse files
committed
Load config before About dialog call to get info about current translation.
1 parent 73fcf8d commit 2e0389e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/windows/ZilmarAPIImpl_windows.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
void PluginAPI::DllAbout(/*HWND _hParent*/)
1010
{
11+
Config_LoadConfig();
1112
wchar_t strIniFolderPath[PLUGIN_PATH_SIZE];
1213
api().FindPluginPath(strIniFolderPath);
1314
RunAbout(strIniFolderPath);

0 commit comments

Comments
 (0)