diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 16:14:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 16:14:20 +0000 |
commit | a88908d79295c22362b9c66edef2d185b7e64f01 (patch) | |
tree | f3b9efe910e6f2418259083906b21288433e8452 /plugins/Actman30 | |
parent | 082f19f7b21686c2a30867a2dc604e61a47d8b20 (diff) |
old useless junk removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@7731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30')
-rw-r--r-- | plugins/Actman30/ua/i_uaplaces.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Actman30/ua/i_uaplaces.inc b/plugins/Actman30/ua/i_uaplaces.inc index 0b8ee9468d..bbd6571aaa 100644 --- a/plugins/Actman30/ua/i_uaplaces.inc +++ b/plugins/Actman30/ua/i_uaplaces.inc @@ -225,8 +225,8 @@ begin if (ActionItem.flags and UAF_HKREGGED)=0 then
begin
FillChar(hkd,SizeOf(hkd),0);
- hkd.cbSize := SizeOf(hkd); // HOTKEYDESC_SIZE_V1 for pre-0.9
- hkd.dwFlags := HKD_UNICODE; // since 0.9 only
+ hkd.cbSize := SizeOf(hkd);
+ hkd.dwFlags := HKD_UNICODE;
hkd.pszName := ActionItem.szNameID;
hkd.pszDescription.w:= ActionItem.szActDescr;
hkd.pszSection .w:= MODULE_NAME;
@@ -626,8 +626,8 @@ begin if ActionItem.szTTBTooltip =nil then
pc1:=pc
else pc1:=ActionItem.szTTBTooltip;
-
- if ((ActionItem.flags and UAF_2STATE)=0) or
+
+ if ((ActionItem.flags and UAF_2STATE)=0) or
(ActionItem.szTTBTooltipPressed=nil) then
pc2:=pc1
else
|