summaryrefslogtreecommitdiff
path: root/include/delphi/m_button.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2012-07-14 19:29:11 +0000
committerAlexey Kulakov <panda75@bk.ru>2012-07-14 19:29:11 +0000
commit60df08c2f6194702ec180c2d2adf20d3675edae1 (patch)
tree0d729034d2acd48427ce7a935c1b37ce2cef5ea4 /include/delphi/m_button.inc
parente3ffab889d900847fa6fb9807bc5f818da28c358 (diff)
API update
Updater support removed History++ toolbar button fix git-svn-id: http://svn.miranda-ng.org/main/trunk@974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_button.inc')
-rw-r--r--include/delphi/m_button.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/m_button.inc b/include/delphi/m_button.inc
index 7a8860a7ce..dd2c371e66 100644
--- a/include/delphi/m_button.inc
+++ b/include/delphi/m_button.inc
@@ -86,6 +86,6 @@ const
Usage: SendMessage(hwndbutton, BUTTONSETCUSTOM, 0, (LPARAM)&CustomData);
Only works on MButtonClass buttons
}
- BUTTONSETCUSTOM = WM_USER+7;
+ BUTTONSETCUSTOM = WM_USER + 7;
{$ENDIF}