diff options
Diffstat (limited to 'plugins/ZeroNotification/src')
-rw-r--r-- | plugins/ZeroNotification/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZeroNotification/src/main.cpp b/plugins/ZeroNotification/src/main.cpp index cb6bafbf0b..d8b19def2b 100644 --- a/plugins/ZeroNotification/src/main.cpp +++ b/plugins/ZeroNotification/src/main.cpp @@ -10,7 +10,7 @@ https://miranda-ng.org/ CMPlugin g_plugin;
HGENMENU noSoundMenu;
-int hLangpack;
+int &hLangpack(g_plugin.m_hLang);
int OptionsInitialize(WPARAM, LPARAM);
|