diff options
author | dartraiden <wowemuh@gmail.com> | 2021-12-04 21:18:17 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2021-12-04 21:18:17 +0300 |
commit | 5bbf5e5d4a2daf4f4496b9dba42b5d753706d01c (patch) | |
tree | ad1b1f3d40900d264b8e02044127655b27a62913 /plugins/Scriver/src | |
parent | c6599302f4f68abad3e508dd63445280fc481a76 (diff) |
Make the name of the internal log translatable
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/srmm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/srmm.cpp b/plugins/Scriver/src/srmm.cpp index b687894c75..7d60777049 100644 --- a/plugins/Scriver/src/srmm.cpp +++ b/plugins/Scriver/src/srmm.cpp @@ -124,7 +124,7 @@ int CMPlugin::Load() if (IsWinVer7Plus())
CoCreateInstance(CLSID_TaskbarList, nullptr, CLSCTX_ALL, IID_ITaskbarList3, (void**)&pTaskbarInterface);
- hLogger = RegisterSrmmLog("built-in", L"Scriver internal log", &logBuilder);
+ hLogger = RegisterSrmmLog("built-in", LPGENW("Scriver internal log"), &logBuilder);
switch (getByte("UseIEView", -1)) {
case 1:
|