summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r--plugins/PluginUpdater/src/DlgListNew.cpp2
-rw-r--r--plugins/PluginUpdater/src/Utils.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/DlgListNew.cpp b/plugins/PluginUpdater/src/DlgListNew.cpp
index 5d30a3a4b3..dab99d6d36 100644
--- a/plugins/PluginUpdater/src/DlgListNew.cpp
+++ b/plugins/PluginUpdater/src/DlgListNew.cpp
@@ -117,7 +117,7 @@ static LRESULT CALLBACK PluginListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LP
wchar_t link[MAX_PATH];
mir_snwprintf(link, PLUGIN_INFO_URL, tszFileName);
- Utils_OpenUrlT(link);
+ Utils_OpenUrlW(link);
}
}
}
diff --git a/plugins/PluginUpdater/src/Utils.cpp b/plugins/PluginUpdater/src/Utils.cpp
index d23d5503dd..67fa42ee03 100644
--- a/plugins/PluginUpdater/src/Utils.cpp
+++ b/plugins/PluginUpdater/src/Utils.cpp
@@ -148,7 +148,7 @@ bool ParseHashes(const wchar_t *ptszUrl, ptrW &baseUrl, SERVLIST &arHashes)
#endif
vars[1].lptzKey = vars[1].lptzValue = 0;
#endif
- baseUrl = Utils_ReplaceVarsT(ptszUrl, 0, vars);
+ baseUrl = Utils_ReplaceVarsW(ptszUrl, 0, vars);
// Download version info
FILEURL pFileUrl;