diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-07 18:21:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-07 18:21:41 +0300 |
commit | ffd40987e231ae7f06193bafebd7fe045c2d60ae (patch) | |
tree | 5c0185443a2180c44866a4ae0a5fd141b4b80ded /plugins/Actman/ua | |
parent | d6902f812511786ded73a5d87e3e788e47853365 (diff) |
compilation fix
Diffstat (limited to 'plugins/Actman/ua')
-rw-r--r-- | plugins/Actman/ua/i_uaplaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actman/ua/i_uaplaces.inc b/plugins/Actman/ua/i_uaplaces.inc index df8a23fc14..974fef9ea5 100644 --- a/plugins/Actman/ua/i_uaplaces.inc +++ b/plugins/Actman/ua/i_uaplaces.inc @@ -733,7 +733,6 @@ begin tabb.dwButtonID :=ActionItem.dwActID;
tabb.pszModuleName:=MODULE_NAME;
tabb.dwDefPos :=(TABTOOLBAR_INITPOS+ActionItem.wSortIndex*10) and $7FFF;
- tabb.iButtonWidth :=0;
tabb.hIcon :=ActionItem.hIcolibIcon;
if (ActionItem.flags and UAF_2STATE)<>0 then
tabb.bbbFlags:=BBBF_ISIMBUTTON or BBBF_ISCHATBUTTON or BBBF_ISPUSHBUTTON
|