From 665935b0f99a4b9585f9afe9c9730931a3c94f85 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 19 Jun 2012 21:45:10 +0000 Subject: various tiny fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_button.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/m_button.h b/include/m_button.h index 503c435cf6..3de4acb033 100644 --- a/include/m_button.h +++ b/include/m_button.h @@ -69,12 +69,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define BUTTONADDTOOLTIP (WM_USER+5) -// Sets the button type as a flat button without borders v0.3.3+ +// Sets the button type as a themed button without borders // wParam = TRUE/FALSE default on/off // lParam = not used -// Usage: SendMessage(hwndbutton, BUTTONSETASFLATBTN, 1, 0); +// Usage: SendMessage(hwndbutton, BUTTONSETASTHEMEDBTN, 1, 0); // Only works on MButtonClass buttons #define BUTTONSETASTHEMEDBTN (WM_USER+6) #endif // M_BUTTON_H__ - -- cgit v1.2.3