From d7429e05b92f63ddf8eab8ebcb569a9ac18ce82e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 14 Aug 2016 12:42:44 +0000 Subject: h++ to use MSFTEDIT.DLL instead of RICHED20.DLL git-svn-id: http://svn.miranda-ng.org/main/trunk@17185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/hpp_itemprocess.pas | 4 ++-- plugins/HistoryPlusPlus/hpp_richedit.pas | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins') diff --git a/plugins/HistoryPlusPlus/hpp_itemprocess.pas b/plugins/HistoryPlusPlus/hpp_itemprocess.pas index eb26a5cb68..521c928017 100644 --- a/plugins/HistoryPlusPlus/hpp_itemprocess.pas +++ b/plugins/HistoryPlusPlus/hpp_itemprocess.pas @@ -47,7 +47,7 @@ Contributors: theMIROn, Art Fedorov -----------------------------------------------------------------------------} -{.$DEFINE USE_URL_BBCODE} +{$DEFINE USE_URL_BBCODE} unit hpp_itemprocess; @@ -129,7 +129,7 @@ var ((prefix:(ansi:'[color='); suffix:(ansi:']'); bbtype:bbColor; rtf:'{\cf%u '; html:''; minRE: 10), (prefix:(ansi:'[/color]'); suffix:(ansi:nil); bbtype:bbSimple; rtf:'}'; html:'')), {$IFDEF USE_URL_BBCODE} - ((prefix:(ansi:'[url='); suffix:(ansi:']'); bbtype:bbUrl; rtf:'{\field{\*\fldinst{HYPERLINK ":%s"}}{\fldrslt{\ul\cf%u'; html:''; minRE: 41), + ((prefix:(ansi:'[url='); suffix:(ansi:']'); bbtype:bbUrl; rtf:'{\field{\*\fldinst{HYPERLINK ":%s"}}{\fldrslt{\ul\cf%u'; html:''; minRE: 31), (prefix:(ansi:'[/url]'); suffix:(ansi:nil); bbtype:bbSimple; rtf:'}}}'; html:'')), {$ENDIF} ((prefix:(ansi:'[size='); suffix:(ansi:']'); bbtype:bbSize; rtf:'{\fs%u '; html:''; minRE: 10), diff --git a/plugins/HistoryPlusPlus/hpp_richedit.pas b/plugins/HistoryPlusPlus/hpp_richedit.pas index aef1add484..8ce5b97a49 100644 --- a/plugins/HistoryPlusPlus/hpp_richedit.pas +++ b/plugins/HistoryPlusPlus/hpp_richedit.pas @@ -47,7 +47,7 @@ unit hpp_richedit; interface -{.$DEFINE AllowMSFTEDIT} +{$DEFINE AllowMSFTEDIT} uses Windows, Messages, Classes, RichEdit, ActiveX, -- cgit v1.2.3