mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 21:41:34 +02:00
Converter: Set replacement TRichEdit -> TRichMemo
git-svn-id: trunk@29010 -
This commit is contained in:
parent
1bcab3ce5d
commit
c2a6229bf5
@ -402,7 +402,7 @@ begin
|
||||
MapReplacement('TCoolBar', 'TToolBar');
|
||||
MapReplacement('TComboBoxEx', 'TComboBox');
|
||||
MapReplacement('TValueListEditor', 'TStringGrid');
|
||||
MapReplacement('TRichEdit', 'TMemo');
|
||||
MapReplacement('TRichEdit', 'TRichMemo'); // Must be installed from CRC.
|
||||
MapReplacement('TDBRichEdit', 'TDBMemo');
|
||||
MapReplacement('TApplicationEvents','TApplicationProperties');
|
||||
MapReplacement('TPNGObject', 'TPortableNetworkGraphic');
|
||||
|
Loading…
Reference in New Issue
Block a user