diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_toptoolbar.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_toptoolbar.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/delphi/m_toptoolbar.inc b/plugins/ExternalAPI/delphi/m_toptoolbar.inc index 2d39beea74..5dfbee3b53 100644 --- a/plugins/ExternalAPI/delphi/m_toptoolbar.inc +++ b/plugins/ExternalAPI/delphi/m_toptoolbar.inc @@ -72,7 +72,7 @@ const lparam = (LPARAM) state
returns: 0 on success, -1 on failure.
}
- TTBST_PUSHED = 1;
+ TTBST_PUSHED = 1;
MS_TTB_SETBUTTONSTATE:PAnsiChar = 'TopToolBar/SetState';
|