Skip to content

Commit

Permalink
Load config before About dialog call to get info about current transl…
Browse files Browse the repository at this point in the history
…ation.
  • Loading branch information
gonetz committed May 13, 2015
1 parent 73fcf8d commit 2e0389e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows/ZilmarAPIImpl_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

void PluginAPI::DllAbout(/*HWND _hParent*/)
{
Config_LoadConfig();
wchar_t strIniFolderPath[PLUGIN_PATH_SIZE];
api().FindPluginPath(strIniFolderPath);
RunAbout(strIniFolderPath);
Expand Down

0 comments on commit 2e0389e

Please sign in to comment.