diff options
| author | George Hazan <ghazan@miranda.im> | 2018-05-22 18:00:57 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2018-05-22 18:00:57 +0300 |
| commit | feac2b1a6a79c9d0bb58b0825ec2a776b888f9ce (patch) | |
| tree | ef2fde024f8e13ac1ff5f2de8c772066319b3e6c /src/core/stduihist | |
| parent | 737d05018bbc2da54414bea0c2ccce6f1e15bde2 (diff) | |
m_genmenu.h unbound from hLangpack
Diffstat (limited to 'src/core/stduihist')
| -rw-r--r-- | src/core/stduihist/src/history.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduihist/src/history.cpp b/src/core/stduihist/src/history.cpp index 540aff5d08..c5e6850b58 100644 --- a/src/core/stduihist/src/history.cpp +++ b/src/core/stduihist/src/history.cpp @@ -399,7 +399,7 @@ static int PreShutdownHistoryModule(WPARAM, LPARAM) int LoadHistoryModule(void)
{
- CMenuItem mi;
+ CMenuItem mi(g_plugin);
SET_UID(mi, 0x28848d7a, 0x6995, 0x4799, 0x82, 0xd7, 0x18, 0x40, 0x3d, 0xe3, 0x71, 0xc4);
mi.position = 1000090000;
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_OTHER_HISTORY);
|
