diff options
author | George Hazan <george.hazan@gmail.com> | 2016-08-14 12:42:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-08-14 12:42:44 +0000 |
commit | d7429e05b92f63ddf8eab8ebcb569a9ac18ce82e (patch) | |
tree | 8ec08e30a29a714d07afa539c48b2d21d4eec94c /plugins | |
parent | 76cbb1d718f2d72bca13c20f41dfd9ecdf0660c4 (diff) |
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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_itemprocess.pas | 4 | ||||
-rw-r--r-- | plugins/HistoryPlusPlus/hpp_richedit.pas | 2 |
2 files changed, 3 insertions, 3 deletions
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:'<font style="color:%s">'; minRE: 10),
(prefix:(ansi:'[/color]'); suffix:(ansi:nil); bbtype:bbSimple; rtf:'}'; html:'</font>')),
{$IFDEF USE_URL_BBCODE}
- ((prefix:(ansi:'[url='); suffix:(ansi:']'); bbtype:bbUrl; rtf:'{\field{\*\fldinst{HYPERLINK ":%s"}}{\fldrslt{\ul\cf%u'; html:'<a href="%s">'; minRE: 41),
+ ((prefix:(ansi:'[url='); suffix:(ansi:']'); bbtype:bbUrl; rtf:'{\field{\*\fldinst{HYPERLINK ":%s"}}{\fldrslt{\ul\cf%u'; html:'<a href="%s">'; minRE: 31),
(prefix:(ansi:'[/url]'); suffix:(ansi:nil); bbtype:bbSimple; rtf:'}}}'; html:'</a>')),
{$ENDIF}
((prefix:(ansi:'[size='); suffix:(ansi:']'); bbtype:bbSize; rtf:'{\fs%u '; html:'<font style="font-size:%spt">'; 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,
|