summaryrefslogtreecommitdiff
path: root/plugins/Actman/ua/i_uaplaces.inc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-11-29 13:03:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-11-29 13:03:48 +0300
commit4e5cf5ee914732ae30e261f08b270f07a69630f4 (patch)
treea90387dbcb25b92edd54cb2d7b0d706fa4ff26f9 /plugins/Actman/ua/i_uaplaces.inc
parent16b38b3be1547e49655683a912fb18e84c67f312 (diff)
BBBF_ANSITOOLTIP - unused flag removed
Diffstat (limited to 'plugins/Actman/ua/i_uaplaces.inc')
-rw-r--r--plugins/Actman/ua/i_uaplaces.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actman/ua/i_uaplaces.inc b/plugins/Actman/ua/i_uaplaces.inc
index e103793ab2..f01c800066 100644
--- a/plugins/Actman/ua/i_uaplaces.inc
+++ b/plugins/Actman/ua/i_uaplaces.inc
@@ -63,7 +63,7 @@ begin
tabb.bbbFlags:=BBSF_RELEASED;
end;
if pc=nil then pc:=ActionItem.szActDescr;
- tabb.szTooltip.w:=pc;
+ tabb.szTooltip:=pc;
CallService(MS_BB_SETBUTTONSTATE,hContact,TLPARAM(@tabb));
end;
@@ -745,9 +745,9 @@ begin
BBBF_ISCHATBUTTON;
if ActionItem.szTabBTooltip<>nil then
- tabb.szTooltip.w:=ActionItem.szTabBTooltip
+ tabb.szTooltip:=ActionItem.szTabBTooltip
else
- tabb.szTooltip.w:=ActionItem.szActDescr;
+ tabb.szTooltip:=ActionItem.szActDescr;
if CallService(MS_BB_ADDBUTTON,0,LPARAM(@tabb))=0 then
ActionItem.flags:=ActionItem.flags or UAF_TBREGGED;