diff options
Diffstat (limited to 'include/m_button_int.h')
-rw-r--r-- | include/m_button_int.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/m_button_int.h b/include/m_button_int.h index 9bdd651731..724b72eee6 100644 --- a/include/m_button_int.h +++ b/include/m_button_int.h @@ -1,8 +1,9 @@ /*
-Miranda IM: the free IM client for Microsoft* Windows*
+Miranda NG: the free IM client for Microsoft* Windows*
-Copyright 2000-2008 Miranda ICQ/IM project,
+Copyright (c) 2012-14 Miranda NG project (http://miranda-ng.org)
+Copyright (c) 2000-08 Miranda ICQ/IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -51,7 +52,7 @@ struct MButtonCtrl bIsThemed, // themed button
bIsSkinned, // skinned button
bSendOnDown; // sends BN_CLICKED on WM_LBUTTONDOWN
-
+
pfnPainterFunc fnPainter; // custom button painter
IAccPropServices* pAccPropServices;
|