/* Do not modify this file, it was automatically generated by the
* PNG2cpp CMake script, using a *.png file as input.
*/
#include "bitmaps.h"
static const unsigned char png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c,
0xce, 0x00, 0x00, 0x00, 0x67, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0x78, 0xf6, 0xec, 0xd9,
0x7f, 0x7a, 0x60, 0x86, 0xe1, 0x67, 0xd1, 0x8b, 0x17, 0x2f, 0xfe, 0xbf, 0x7c, 0xf9, 0x92, 0xa6,
0x18, 0x64, 0x07, 0xc3, 0xd7, 0xaf, 0x5f, 0xff, 0xd3, 0x1a, 0xfc, 0xfa, 0xf5, 0x6b, 0xd4, 0xa2,
0x51, 0x8b, 0x86, 0xb5, 0x45, 0x2f, 0xd6, 0xec, 0xf8, 0xff, 0xbc, 0x79, 0x3a, 0x4d, 0xf1, 0x8b,
0x59, 0xab, 0xfe, 0x33, 0x3c, 0xc8, 0x6c, 0xfc, 0x7f, 0x47, 0xc4, 0x86, 0xa6, 0xf8, 0xbe, 0x53,
0xe2, 0xa8, 0x45, 0xa3, 0x16, 0x0d, 0x6b, 0x8b, 0x9e, 0x5e, 0xbb, 0xf9, 0xff, 0xe9, 0x99, 0x8b,
0xb4, 0xc5, 0x17, 0xaf, 0x0e, 0xc7, 0xc6, 0xc9, 0xb0, 0xb3, 0x08, 0x00, 0xc5, 0xfb, 0xb0, 0xc0,
0x9d, 0x2e, 0x2f, 0x64, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
};
const BITMAP_OPAQUE lang_pl_xpm[1] = {{ png, sizeof( png ), "lang_pl_xpm" }};
//EOF
-
jean-pierre charras authored
Try to use bzr rules to commit files with LF only in .cpp and .h files. Should change CRLF to LF in all bitmaps .cpp files. In BITMAP_OPAQUE, use unsigned char instead of char for png member to remove warnings with some compilers.
64e1b72b