summaryrefslogtreecommitdiff
path: root/include/m_button.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-19 21:45:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-19 21:45:10 +0000
commit665935b0f99a4b9585f9afe9c9730931a3c94f85 (patch)
treeeb8d4bff00dca2f23d9920a4b66e3efea19aef51 /include/m_button.h
parent41b6340d33736cdacf0de6a1b8410f908424b7e8 (diff)
various tiny fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_button.h')
-rw-r--r--include/m_button.h5
1 files changed, 2 insertions, 3 deletions
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__
-