Converter: Replace TRichEdit with TMemo for now.

git-svn-id: trunk@29205 -
This commit is contained in:
juha 2011-01-26 09:47:25 +00:00
parent f28228769d
commit 1736b35b33

View File

@ -402,7 +402,7 @@ begin
MapReplacement('TCoolBar', 'TToolBar');
MapReplacement('TComboBoxEx', 'TComboBox');
MapReplacement('TValueListEditor', 'TStringGrid');
MapReplacement('TRichEdit', 'TRichMemo'); // Must be installed from CRC.
MapReplacement('TRichEdit', 'TMemo'); // or TRichMemo from CRC.
MapReplacement('TDBRichEdit', 'TDBMemo');
MapReplacement('TApplicationEvents','TApplicationProperties');
MapReplacement('TPNGObject', 'TPortableNetworkGraphic');