mirror of https://gitlab.com/basile.b/dexed.git
libman editor, update DUB icon
This commit is contained in:
parent
935f299362
commit
7927990d03
Binary file not shown.
After Width: | Height: | Size: 457 B |
|
@ -54,6 +54,7 @@
|
|||
<Linking>
|
||||
<Debugging>
|
||||
<UseHeaptrc Value="True"/>
|
||||
<TrashVariables Value="True"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
|
|
|
@ -2014,6 +2014,26 @@ LazarusResources.Add('pencil_go','PNG',[
|
|||
+'c'#161'W'#136'*'#24#254'"a/'#222'('#28#249'c!eU'#150'z'#214'Hw'#244#156#12#8
|
||||
+#195#209#205#223#2#12#0'E'#236'9'#225'2Tm'#150#0#0#0#0'IEND'#174'B`'#130
|
||||
]);
|
||||
LazarusResources.Add('dub','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#6'bKGD'#0#255#0#255#0#255#160#189#167#147#0#0#0#9'pHYs'#0#0#11#19#0#0
|
||||
+#11#19#1#0#154#156#24#0#0#0#7'tIME'#7#224#5#25#13'31'#146#12#208#30#0#0#0#29
|
||||
+'iTXtComment'#0#0#0#0#0'Created with GIMPd.e'#7#0#0#1'-IDAT8'#203#213#211'1K'
|
||||
+#28'@'#16#5#224'o'#142#147#3#209#194#16#244#10'1A'#133#19#27#177#176#17#171#4
|
||||
+'E'#176#8#164'O'#227#15#208'? '#177#15'$X'#153#31#144#210'J'#16','#196'B,'
|
||||
+#236'E'#136'`'#8#9'$'#167#133#166'H'#162'h'#17#198#226'V'#184#226#172#174#202
|
||||
+#192'6;o'#222'{'#243#216#141#204#212'MUtY]'#19'T!"'#226#225'"'#31#217#233'1L'
|
||||
+'`'#18#27#15'=|'#198#187#204'l'#182#13'/a'#181#141#239#15#222#227#168#130''''
|
||||
+#152#199#5#190#227#21#246'#'#162#175'm`'#4#179#248#134#175#24#196#14#6'`'#174
|
||||
+'('#215#139#179'g'#184#195#235#204#180'No'#141#21#252'@'#173#228'6Uff'#170#29
|
||||
+#214'='#199'%'#134#182'"^'#204'0'#221#160'~'#220'Zw'#19#19#197#209#25'N:'#17
|
||||
+'$r'#146#177#167#188#173#210#188'f'#183#244'Nq]0'#227#232#233'D'#208#143#203
|
||||
+#159#12#247#178']'#227#234#130#231'h'#226'Cf'#254#139#136'F!kD'#201#224#16
|
||||
+#159'p'#139#151'8'#192#155'`'#175'XZ'#192'G'#244#20#145#233#146'U'#163#130'_'
|
||||
+'Z'#192#186#150#210#14#214#176#148#252'Mn'#176'\'#18#31'-'#231#11#22#241';2'
|
||||
+#179#187#135#244#255#127#166'{'#238#216'`'#247#214'2'#0#10#0#0#0#0'IEND'#174
|
||||
+'B`'#130
|
||||
]);
|
||||
LazarusResources.Add('application','PNG',[
|
||||
#137'PNG'#13#10#26#10#0#0#0#13'IHDR'#0#0#0#16#0#0#0#16#8#6#0#0#0#31#243#255'a'
|
||||
+#0#0#0#25'tEXtSoftware'#0'Adobe ImageReadyq'#201'e<'#0#0#1#175'IDATx'#218#156
|
||||
|
|
|
@ -99,7 +99,7 @@ begin
|
|||
AssignPng(btnSelfoldOfFiles, 'bricks');
|
||||
AssignPng(btnSelRoot, 'folder_add');
|
||||
AssignPng(btnReg, 'book_link');
|
||||
AssignPng(btnDubFetch, 'dub_small');
|
||||
AssignPng(btnDubFetch, 'dub');
|
||||
AssignPng(btnSelProj, 'script_bricks');
|
||||
AssignPng(btnOpenProj, 'book_open');
|
||||
AssignPng(btnEnabled, 'book');
|
||||
|
|
Loading…
Reference in New Issue