diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-01-15 21:10:20 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-01-15 21:10:20 +0000 |
commit | 8182b383ff777c41459278bd517e4370c42fd78a (patch) | |
tree | 122d41c2a290bee7f15af1ae2fed4e6ea400c1a2 /plugins/ExternalAPI/delphi/m_userinfoex.inc | |
parent | 45ed02f2c6064fa41d59c01f457565365d22ae59 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@7670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_userinfoex.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_userinfoex.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/delphi/m_userinfoex.inc b/plugins/ExternalAPI/delphi/m_userinfoex.inc index 819cbc9ca9..9afa252016 100644 --- a/plugins/ExternalAPI/delphi/m_userinfoex.inc +++ b/plugins/ExternalAPI/delphi/m_userinfoex.inc @@ -242,8 +242,9 @@ lParam = not used MBS_FLAT = $00004000; // flat button
MBS_DOWNARROW = $00008000; // has arrow on the right
+ MBBF_UNICODE = 1;
// BUTTONADDTOOLTIP
-// use lParam=MBF_UNICODE to set unicode tooltips
+// use lParam=MBBF_UNICODE to set unicode tooltips
// for lParam=0 the string is interpreted as ansi
// message to explicitly translate the buttons text,
|