Files
wxWidgets/samples/ribbon/fix_xpm.bat
Václav Slavík a7644e7b05 Convert all CRLF files to use LF to fix git confusion.
Having CRLF files in the repository with eol=crlf breaks just about
everything, e.g. any rebase/merge involving these files would fail.
Try to fix this by making sure the files use LF in the repository and CRLF is
only used in the working copy.

(analogous to commit c3e5751c36)
2016-04-23 17:20:42 +02:00

24 lines
1.5 KiB
Batchfile

lua fix_xpm.lua expand_selection_v.xpm transparent=(0,0) name=expand_selection_v_xpm
lua fix_xpm.lua expand_selection_h.xpm transparent=(0,0) name=expand_selection_h_xpm
lua fix_xpm.lua auto_crop_selection.xpm transparent=(0,0) name=auto_crop_selection_xpm
lua fix_xpm.lua auto_crop_selection_small.xpm transparent=(1,1) name=auto_crop_selection_small_xpm
lua fix_xpm.lua circle.xpm transparent=(0,0) name=circle_xpm
lua fix_xpm.lua circle_small.xpm transparent=(0,0) name=circle_small_xpm
lua fix_xpm.lua cross.xpm transparent=(0,0) name=cross_xpm
lua fix_xpm.lua triangle.xpm transparent=(0,0) name=triangle_xpm
lua fix_xpm.lua square.xpm transparent=(16,16) name=square_xpm
lua fix_xpm.lua selection_panel.xpm transparent=(0,0) name=selection_panel_xpm
lua fix_xpm.lua hexagon.xpm transparent=(0,0) name=hexagon_xpm
lua fix_xpm.lua colours.xpm name=colours_xpm
lua fix_xpm.lua aui_style.xpm transparent=(0,0) name=aui_style_xpm
lua fix_xpm.lua msw_style.xpm transparent=(0,0) name=msw_style_xpm
lua fix_xpm.lua align_left.xpm transparent=(0,0) name=align_left_xpm
lua fix_xpm.lua align_center.xpm transparent=(0,0) name=align_center_xpm
lua fix_xpm.lua align_right.xpm transparent=(0,0) name=align_right_xpm
lua fix_xpm.lua ribbon.xpm transparent=(0,0) name=ribbon_xpm
lua fix_xpm.lua eye.xpm transparent=(0,0) name=eye_xpm
lua fix_xpm.lua empty.xpm name=empty_xpm
lua fix_xpm.lua position_left_small.xpm transparent=(0,0) name=position_left_xpm
lua fix_xpm.lua position_top_small.xpm transparent=(0,0) name=position_top_xpm
pause