From 284bcba502b7b70c564adcbe508ea4e42ad67e17 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 7 Jan 2016 21:01:44 +0000 Subject: MirLua: fixed folders registration git-svn-id: http://svn.miranda-ng.org/main/trunk@16054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MirLua/src/main.cpp b/plugins/MirLua/src/main.cpp index 391816f77c..ba04c136d2 100644 --- a/plugins/MirLua/src/main.cpp +++ b/plugins/MirLua/src/main.cpp @@ -40,7 +40,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) int OnModulesLoaded(WPARAM, LPARAM) { - g_hScriptsFolder = FoldersRegisterCustomPathT(MODULE, LPGEN("Scripts folder"), MIRLUA_PATHT); + g_hScriptsFolder = FoldersRegisterCustomPathT(MODULE, "ScriptsFolder", MIRLUA_PATHT, TranslateT("Scripts folder")); HookEvent(ME_OPT_INITIALISE, CLuaOptions::OnOptionsInit); -- cgit v1.2.3