diff --git a/.gitattributes b/.gitattributes index 88bdbcdc4f..28f6cd8994 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2518,7 +2518,7 @@ components/mrumenu/lazmrumenu.lpk svneol=native#text/plain components/mrumenu/lazmrumenu.pas svneol=native#text/plain components/mrumenu/mrumanager.pp svneol=native#text/plain components/mrumenu/reglazmru.pp svneol=native#text/plain -components/mrumenu/regmru.lrs svneol=native#text/plain +components/mrumenu/regmru.res -text components/mrumenu/tmrumenumanager.png -text svneol=unset#image/png components/multithreadprocs/examples/parallelloop1.lpi svneol=native#text/plain components/multithreadprocs/examples/parallelloop1.lpr svneol=native#text/plain diff --git a/components/mrumenu/reglazmru.pp b/components/mrumenu/reglazmru.pp index c26c5355e2..423e1596a3 100644 --- a/components/mrumenu/reglazmru.pp +++ b/components/mrumenu/reglazmru.pp @@ -41,13 +41,13 @@ procedure Register; implementation +{$R regmru.res} + procedure Register; begin RegisterComponents('Misc',[TMRUMenuManager]); end; -initialization - {$i regmru.lrs} end. diff --git a/components/mrumenu/regmru.lrs b/components/mrumenu/regmru.lrs deleted file mode 100644 index 7cd481d6bc..0000000000 --- a/components/mrumenu/regmru.lrs +++ /dev/null @@ -1,30 +0,0 @@ -LazarusResources.Add('tmrumenumanager','PNG',[ - #137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#24#0#0#0#24#8#6#0#0#0#224'w='#248#0 - +#0#0#6'bKGD'#0#255#0#255#0#255#160#189#167#147#0#0#2'FIDATx'#218#237#149'1k' - +#219'P'#20#133'?'#217#181'[Z'#240#224#226#22'2'#185#191#161#245#210'n'#197'k' - +'!'#16#8'(['#134#196'&S'#16'ZBB'#192'd'#203'b'#26'2'#20'<'#246#7#216'd'#8#25 - +'2g'#201#28#19#240#146#242#240#18#168'jE'#188'b'#17#219#183'C'#165'TIe'#201 - +'i'#155#173#23#238#162#247#222'='#231#157'wt/'#252#143#148'0'#238#177#207#152 - +'q'#191'Dr'#166#168#1'R.'#151#229#206#225'i'#185#14'<'#3#178#179'2'#23#219 - +#182'Ek'#157#154#213'j5'#4'y'#21#128#24'i'#197's'#128'h'#173#165'V'#171#137 - +#235#186#162#148#18#173#181'('#165#196#243'88'#136#218#244#230 - +#145'C'#128'l'#8#160#148#146'z'#189'.'#158#231'I'#191#223#151#171#171'+QJI' - +#183#219#21#211'4'#147'd'#9#243'c'#212#166'q.bss'#19#203#178'('#20#10#184#174 - +#203'p8dgg'#135#221#221#221'$Y>'#0#239#129#207#128#3#12#129'I,'#192#245#245 - +'5sss'#172#174#174'R,'#22#217#222#222#166'T*'#161#181#190#229#150'z'#189'N' - +#179#217#12#143'i'#160#15'|'#1'.'#3#0#249'M'#162#139#139#11#217#216#216#16 - +#165#148'('#165#196'4M'#233#245'z'#210#235#245'dee%I'#150'7@)'#248#251#141 - +#232#227#222#138'V'#171#197#218#218#26#131#193#0#223#247#217#218#218#2#192 - +#247'}'#22#22#22#146'd'#249#10'|'#7'FQ'#230'F'#228#6#163#165#165'%'#230#231 - +#231'1'#140'_=JD'#200'd~'#242'0'#12#131'\.'#199#222#222#30#199#199#199#4#197 - +#251#192#183#160#248#16#24'O'#179#233#250#140#237'8U'#150#184#129'c'#0'O'#3 - +#239#22#129#199')'#173'V'#0'?p'#203'e'#192'^'#210'&Z'#22'x'#18'd6e'#226'I ' - +#197'0I'#150#184#2#15':'#26#31'$~'#0#156#213#234#156'f'#131#154#16#0#0#0#0'I' - +'END'#174'B`'#130 -]); diff --git a/components/mrumenu/regmru.res b/components/mrumenu/regmru.res new file mode 100644 index 0000000000..a90b445d1a Binary files /dev/null and b/components/mrumenu/regmru.res differ