From adc74dd53ffd86128fc9fc609346116c309de0ee Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 9 Nov 2013 18:39:38 +0000 Subject: fix for a comment git-svn-id: http://svn.miranda-ng.org/main/trunk@6838 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_button.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3