diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-26 13:55:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-26 13:55:46 +0000 |
commit | ae5a222a8ce41b920593c2d2a7f3911acc7861f7 (patch) | |
tree | 6a2d97ff69c75abd7b3beeb17ebea4eb81061dbd /plugins/HistoryPlusPlus/HistoryGrid.pas | |
parent | 9da1bf03fb556a1dc879431da3bc7ce2bc57811b (diff) |
h++ to use RichEdit50W control only
git-svn-id: http://svn.miranda-ng.org/main/trunk@17209 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryPlusPlus/HistoryGrid.pas')
-rw-r--r-- | plugins/HistoryPlusPlus/HistoryGrid.pas | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/HistoryPlusPlus/HistoryGrid.pas b/plugins/HistoryPlusPlus/HistoryGrid.pas index 6954426099..0076e33b1c 100644 --- a/plugins/HistoryPlusPlus/HistoryGrid.pas +++ b/plugins/HistoryPlusPlus/HistoryGrid.pas @@ -3343,8 +3343,6 @@ begin P := Point(X - RichEditRect.Left, Y - RichEditRect.Top);
ApplyItemToRich(Item);
- if FRich.Version < 30 then
- exit; // TOM is supported from RE 3.0
if not Assigned(FRich.RichEditOle) then
exit;
|