RxFPC:move TStrHolder to RX Tools page and TMRUManager to RX Controls page

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6061 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2017-11-07 06:41:39 +00:00
parent 515e7437e5
commit e4615a30e8
3 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ const
Procedure Register;
begin
RegisterComponents('Misc',[TMRUManager]);
RegisterComponents('RX Controls',[TMRUManager]);
end;

View File

@ -151,7 +151,7 @@ uses
Procedure Register;
begin
RegisterComponents('Misc',[TStrHolder])
RegisterComponents('RX Tools',[TStrHolder])
end;
function XorEncode(const Key, Source: string): string;