summaryrefslogtreecommitdiff
path: root/include/m_message.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-31 11:02:34 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-31 11:02:34 +0300
commit2a68715604212f62d96950341de9fa172c62d8c2 (patch)
treed34bdf40a1a5ec28142c8fc88be47ff599e6b626 /include/m_message.h
parent4cced832c6a4331bdbf8d6e4e80e96b040286686 (diff)
LPGEN to be applied to the string itself
Diffstat (limited to 'include/m_message.h')
-rw-r--r--include/m_message.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/m_message.h b/include/m_message.h
index a5454c3138..23e6f0ca63 100644
--- a/include/m_message.h
+++ b/include/m_message.h
@@ -26,8 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define M_MESSAGE_H__ 1
#include <m_database.h>
-
-extern int hLangpack;
+#include <m_langpack.h>
/////////////////////////////////////////////////////////////////////////////////////////
// brings up the send message dialog for a contact
@@ -204,7 +203,7 @@ struct StatusIconClickData
// srmm toolbar icons' support
// default section for all SRMM toolbar hotkeys
-#define BB_HK_SECTION "Message window toolbar"
+#define BB_HK_SECTION LPGEN("Message window toolbar")
// button state flags
#define BBSF_HIDDEN (1<<0)