summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-03-04 19:12:29 +0300
committerdartraiden <wowemuh@gmail.com>2024-03-04 19:12:29 +0300
commit314590090645cb419d2368649339357b9baef6c0 (patch)
tree0832e3381c6fd77dfe081a09421d9677d5129753
parent7246689b0d71e8e7e5ea34ebe4711bbc23f53d61 (diff)
Forgotten fix for https://github.com/miranda-ng/miranda-ng/commit/54a1360c3485733d554e56d312221f3ad1423226
-rw-r--r--plugins/MirLua/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h
index d31e8b55c0..7f768fe342 100644
--- a/plugins/MirLua/src/stdafx.h
+++ b/plugins/MirLua/src/stdafx.h
@@ -52,7 +52,7 @@ class CMLuaScript;
#include "options.h"
#include "metatable.h"
-#define MODULENAME "MirLua"
+#define MODULENAME LPGEN("MirLua")
extern PLUGININFOEX g_pluginInfoEx;