diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-03-28 20:15:45 +0000 |
commit | 1ef0329818e7ae30435f4c94d21862c7750f5601 (patch) | |
tree | 0cee1172022e75d0fe4b7aa746abbf9d3a1d2437 /plugins/ExternalAPI | |
parent | 20f4a5534324ba89fa08f2a6948b1400547c9362 (diff) |
Miranda API update
Watrack: LastFM dialog crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_toptoolbar.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/ExternalAPI/delphi/m_toptoolbar.inc b/plugins/ExternalAPI/delphi/m_toptoolbar.inc index 5956b10ea7..1e2e603b9c 100644 --- a/plugins/ExternalAPI/delphi/m_toptoolbar.inc +++ b/plugins/ExternalAPI/delphi/m_toptoolbar.inc @@ -151,12 +151,12 @@ type nButtonWidth :int;
nButtonHeight:int;
nButtonSpace :int;
- nLastHeight :int; // fix against recursion in WM_SIZE
- bOrderChanged:boolean; // set by buttons' arrange procedure if the buttons' order was changed
+ nLastHeight :int; // fix against recursion in WM_SIZE
+ bOrderChanged:bool; // set by buttons' arrange procedure if the buttons' order was changed
bFlatButtons,
bAutoSize,
- bSingleLine :boolean;
- bHardUpdate :boolean; // clist modern requires to delete buttons to update them
+ bSingleLine :bool;
+ bHardUpdate :bool; // clist modern requires to delete buttons to update them
pButtonList :PSortedList;
end;
|