richmemo: update the package compilation, gtk2 register saving method

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3795 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2014-11-27 06:16:24 +00:00
parent 6374f6a014
commit 0acaefb4b5
2 changed files with 2 additions and 1 deletions

View File

@ -43,6 +43,7 @@ begin
RegisterWSComponent(TCustomRichMemo, TGtk2WSCustomRichMemo);
{$ifndef RichMemoNoDefaultRTFLoader}
RegisterRTFLoader;
RegisterRTFSaver;
{$endif}
{$endif}
{$ifdef LCLCocoa}RegisterWSComponent(TCustomRichMemo, TCocoaWSCustomRichMemo);{$endif}

View File

@ -8,7 +8,7 @@ interface
uses
RichMemoFactory, richmemoregister, RichMemoRTF, RichMemoUtils,
RichMemoHelpers, LazarusPackageIntf;
RichMemoHelpers, RTFParsPre211, LazarusPackageIntf;
implementation