summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 19:39:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 19:39:57 +0300
commitd01ef0db6be8b7cb45eef8f41d69fd4e567cb7cf (patch)
tree6c33c392793e11f06024ae55c7f658a3cae7d0b3 /plugins/Db3x_mmap/src
parentf56d89298e23be23b16efd33fc375eb4a9971c12 (diff)
m_crypto.h => CMPlugin
Diffstat (limited to 'plugins/Db3x_mmap/src')
-rw-r--r--plugins/Db3x_mmap/src/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db3x_mmap/src/ui.h b/plugins/Db3x_mmap/src/ui.h
index 36bec825e9..09e27961f8 100644
--- a/plugins/Db3x_mmap/src/ui.h
+++ b/plugins/Db3x_mmap/src/ui.h
@@ -42,7 +42,7 @@ public:
void SetDescr(CRYPTO_PROVIDER *prov)
{
- m_descr.SetText(prov->ptszDescr);
+ m_descr.SetText(prov->szDescr.w);
}
inline CRYPTO_PROVIDER* GetSelected()