summaryrefslogtreecommitdiff
path: root/plugins/VersionInfo/src/hooked_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/VersionInfo/src/hooked_events.cpp')
-rw-r--r--plugins/VersionInfo/src/hooked_events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VersionInfo/src/hooked_events.cpp b/plugins/VersionInfo/src/hooked_events.cpp
index 717aa6dda9..2173fff405 100644
--- a/plugins/VersionInfo/src/hooked_events.cpp
+++ b/plugins/VersionInfo/src/hooked_events.cpp
@@ -36,7 +36,7 @@ int HookEvents()
int OnModulesLoaded(WPARAM wParam, LPARAM lParam)
{
- hOutputLocation = FoldersRegisterCustomPathT("VersionInfo", "Output folder", MIRANDA_PATHT);
+ hOutputLocation = FoldersRegisterCustomPathT(LPGEN("VersionInfo"), LPGEN("Output folder"), MIRANDA_PATHT);
GetStringFromDatabase("UUIDCharMark", _T(DEF_UUID_CHARMARK), PLUGIN_UUID_MARK, cPLUGIN_UUID_MARK);
return 0;