diff options
Diffstat (limited to 'plugins/IEHistory/src/IEHistory.cpp')
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index 20d4b71a99..4984a5984b 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -22,7 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "services.h" CMPlugin g_plugin; -int hLangpack;//Miranda NG langpack used by translate functions, filled by mir_getLP() +int &hLangpack(g_plugin.m_hLang); + HICON hIcon; HINSTANCE hInstance; MWindowList hOpenWindowsList = nullptr; |