diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 19:39:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 19:39:57 +0300 |
commit | d01ef0db6be8b7cb45eef8f41d69fd4e567cb7cf (patch) | |
tree | 6c33c392793e11f06024ae55c7f658a3cae7d0b3 /plugins/Db3x_mmap/src | |
parent | f56d89298e23be23b16efd33fc375eb4a9971c12 (diff) |
m_crypto.h => CMPlugin
Diffstat (limited to 'plugins/Db3x_mmap/src')
-rw-r--r-- | plugins/Db3x_mmap/src/ui.h | 2 |
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()
|