diff options
Diffstat (limited to 'include/delphi/m_button.inc')
-rw-r--r-- | include/delphi/m_button.inc | 2 |
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}
|