mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 09:59:10 +02:00
Converter: Replace TRichEdit with TMemo for now.
git-svn-id: trunk@29205 -
This commit is contained in:
parent
f28228769d
commit
1736b35b33
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user