summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-06 13:04:24 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-06 13:04:24 +0300
commite0d14e98e7e7e2e413944005c94fbbc2969b908a (patch)
treec56dc077a6c8870eaa708afbd8b1a3ce0c7b083e /src/mir_app
parent096367c287e7bb04852a43d775e4da5b8e9614d9 (diff)
fixes #3822 (Пропал перевод описаний выгруженных плагинов)
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/pluginopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/pluginopts.cpp b/src/mir_app/src/pluginopts.cpp
index 73b86e43d1..a39b28a73d 100644
--- a/src/mir_app/src/pluginopts.cpp
+++ b/src/mir_app/src/pluginopts.cpp
@@ -545,7 +545,7 @@ public:
m_plugList.GetItemText(hdr->iItem, 2, buf, _countof(buf));
SetDlgItemText(m_hwnd, IDC_PLUGININFOFRAME, sel ? buf : L"");
m_author.SetText(sel ? dat->author : L"");
- m_plugInfo.SetText(sel ? TranslateW_LP(dat->description, &GetPluginByInstance(dat->hInst)) : L"");
+ m_plugInfo.SetText(sel ? TranslateW_UUID(dat->description, &dat->uuid) : L"");
m_copyright.SetText(sel ? dat->copyright : L"");
szUrl = sel ? _T2A(dat->homepage) : "";