From 941e4ac612a20cdb2120241b260df759a4ce5720 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 31 May 2025 19:51:35 +0300 Subject: =?UTF-8?q?fixes=20#5041=20(MirLua:=20=D0=BE=D1=82=D0=BA=D1=80?= =?UTF-8?q?=D1=8B=D1=82=D0=B8=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=B2=D0=BE=D0=B9=D0=BD=D1=8B=D0=BC=20=D0=BA?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D0=BE=D0=BC=20=D0=BF=D0=BE=20=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/MirLua/src/plugin.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'plugins/MirLua/src/plugin.cpp') diff --git a/plugins/MirLua/src/plugin.cpp b/plugins/MirLua/src/plugin.cpp index 11c1f33c42..463851669f 100644 --- a/plugins/MirLua/src/plugin.cpp +++ b/plugins/MirLua/src/plugin.cpp @@ -86,24 +86,6 @@ void CMPlugin::ReloadLuaScripts() /***********************************************/ -int CMPlugin::OnOptionsInit(WPARAM wParam, LPARAM) -{ - OPTIONSDIALOGPAGE odp = {}; - odp.flags = ODPF_BOLDGROUPS | ODPF_UNICODE | ODPF_DONTTRANSLATE; - odp.szGroup.w = LPGENW("Services"); - odp.szTitle.w = L"Lua"; - - odp.szTab.w = LPGENW("Scripts"); - odp.pDialog = new CMLuaOptionsMain(); - g_plugin.addOptions(wParam, &odp); - - odp.szTab.w = LPGENW("Evaluate"); - odp.pDialog = new CMLuaEvaluateOptions(); - g_plugin.addOptions(wParam, &odp); - - return 0; -} - int CMPlugin::OnModulesLoaded(WPARAM, LPARAM) { g_hCLibsFolder = FoldersRegisterCustomPathW(MODULENAME, LPGEN("C Libs Folder"), MIRLUA_PATHT); -- cgit v1.2.3