diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-09 18:39:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-09 18:39:38 +0000 |
commit | adc74dd53ffd86128fc9fc609346116c309de0ee (patch) | |
tree | 626611228512c6124e3bd9d1264dcca68ccbde07 /include/m_button.h | |
parent | 8e0b45f6bc2b9d272076511681691d481401d444 (diff) |
fix for a comment
git-svn-id: http://svn.miranda-ng.org/main/trunk@6838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_button.h')
-rw-r--r-- | include/m_button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_button.h b/include/m_button.h index c547912fb3..364915e91e 100644 --- a/include/m_button.h +++ b/include/m_button.h @@ -58,7 +58,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Sets a tooltip for the button v0.3.3+
// wParam = (WPARAM)(char *)szTip
// lParam = BATF_* flags combination
-// Usage: SendMessage(hwndButton, BUTTONADDTOOLTIP, (WPARAM)TranslateT("My Tip"), BATF_TCHAR);
+// Usage: SendMessage(hwndButton, BUTTONADDTOOLTIP, (WPARAM)LPGEN("My Tip"), 0);
#define BATF_UNICODE 1
#if defined(_UNICODE)
#define BATF_TCHAR BATF_UNICODE
|