Commit 3d0e6a5f authored by CHARRAS's avatar CHARRAS

gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary

parent 5177d1a7
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_xpm[]; extern const char * axis3d_xpm[];
#else #else
char * axis3d_xpm[] = { const char * axis3d_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_back_xpm[]; extern const char * axis3d_back_xpm[];
#else #else
char * axis3d_back_xpm[] = { const char * axis3d_back_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_bottom_xpm[]; extern const char * axis3d_bottom_xpm[];
#else #else
char * axis3d_bottom_xpm[] = { const char * axis3d_bottom_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_front_xpm[]; extern const char * axis3d_front_xpm[];
#else #else
char * axis3d_front_xpm[] = { const char * axis3d_front_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_left_xpm[]; extern const char * axis3d_left_xpm[];
#else #else
char * axis3d_left_xpm[] = { const char * axis3d_left_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_right_xpm[]; extern const char * axis3d_right_xpm[];
#else #else
char * axis3d_right_xpm[] = { const char * axis3d_right_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char * axis3d_top_xpm[]; extern const char * axis3d_top_xpm[];
#else #else
char * axis3d_top_xpm[] = { const char * axis3d_top_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Blue", ". c Blue",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *import3d_xpm[]; extern const char *import3d_xpm[];
#else #else
char *import3d_xpm[] = { const char *import3d_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"- c Black", "- c Black",
"X c None", "X c None",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_pos_X_xpm[]; extern const char *rotate_pos_X_xpm[];
#else #else
char *rotate_pos_X_xpm[] = { const char *rotate_pos_X_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_pos_Y_xpm[]; extern const char *rotate_pos_Y_xpm[];
#else #else
char *rotate_pos_Y_xpm[] = { const char *rotate_pos_Y_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_pos_Z_xpm[]; extern const char *rotate_pos_Z_xpm[];
#else #else
char *rotate_pos_Z_xpm[] = { const char *rotate_pos_Z_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_neg_X_xpm[]; extern const char *rotate_neg_X_xpm[];
#else #else
char *rotate_neg_X_xpm[] = { const char *rotate_neg_X_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_neg_Y_xpm[]; extern const char *rotate_neg_Y_xpm[];
#else #else
char *rotate_neg_Y_xpm[] = { const char *rotate_neg_Y_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPM_3D_MAIN #ifndef XPM_3D_MAIN
extern char *rotate_neg_Z_xpm[]; extern const char *rotate_neg_Z_xpm[];
#else #else
char *rotate_neg_Z_xpm[] = { const char *rotate_neg_Z_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
" 16 15 4 1", " 16 15 4 1",
/* colors */ /* colors */
". c #000080", ". c #000080",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoomoins3d_xpm[]; extern const char * zoomoins3d_xpm[];
#else #else
char * zoomoins3d_xpm[] = { const char * zoomoins3d_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoompage3d_xpm[]; extern const char * zoompage3d_xpm[];
#else #else
char *zoompage3d_xpm[] = { const char *zoompage3d_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 5 1", "16 15 5 1",
" c Black", " c Black",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoomplus3d_xpm[]; extern const char * zoomplus3d_xpm[];
#else #else
char * zoomplus3d_xpm[] = { const char * zoomplus3d_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoomrefr3d_xpm[]; extern const char * zoomrefr3d_xpm[];
#else #else
char * zoomrefr3d_xpm[] = { const char * zoomrefr3d_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #0000A0", ". c #0000A0",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *show_3d_xpm[]; extern const char *show_3d_xpm[];
#else #else
char *show_3d_xpm[] = { const char *show_3d_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"J c #FF0000", "J c #FF0000",
"x c #0000FF", "x c #0000FF",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_arc_xpm[]; extern const char *add_arc_xpm[];
#else #else
char * add_arc_xpm[] = { const char * add_arc_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #222224", ". c #222224",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_circle_xpm[]; extern const char *add_circle_xpm[];
#else #else
char * add_circle_xpm[] = { const char * add_circle_xpm[] = {
"16 16 36 1", "16 16 36 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_component_xpm[]; extern const char *add_component_xpm[];
#else #else
char * add_component_xpm[] = { const char * add_component_xpm[] = {
"16 16 67 1", "16 16 67 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_dashed_line_xpm[]; extern const char *add_dashed_line_xpm[];
#else #else
char * add_dashed_line_xpm[] = { const char * add_dashed_line_xpm[] = {
"16 16 15 1", "16 16 15 1",
" c None", " c None",
". c #03039B", ". c #03039B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_entry_xpm[]; extern const char *add_entry_xpm[];
#else #else
char * add_entry_xpm[] = { const char * add_entry_xpm[] = {
"16 16 10 1", "16 16 10 1",
" c None", " c None",
". c #006800", ". c #006800",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_glabel_xpm[]; extern const char *add_glabel_xpm[];
#else #else
char * add_glabel_xpm[] = { const char * add_glabel_xpm[] = {
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_junction_xpm[]; extern const char *add_junction_xpm[];
#else #else
char * add_junction_xpm[] = { const char * add_junction_xpm[] = {
"16 16 60 1", "16 16 60 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_line_xpm[]; extern const char *add_line_xpm[];
#else #else
char * add_line_xpm[] = { const char * add_line_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #006900", ". c #006900",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_line_label_xpm[]; extern const char *add_line_label_xpm[];
#else #else
char * add_line_label_xpm[] = { const char * add_line_label_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_polygon_xpm[]; extern const char *add_polygon_xpm[];
#else #else
char * add_polygon_xpm[] = { const char * add_polygon_xpm[] = {
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #161616", ". c #161616",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_rectangle_xpm[]; extern const char *add_rectangle_xpm[];
#else #else
char * add_rectangle_xpm[] = { const char * add_rectangle_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #161616", ". c #161616",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *add_text_xpm[]; extern const char *add_text_xpm[];
#else #else
char * add_text_xpm[] = { const char * add_text_xpm[] = {
"16 16 4 1", "16 16 4 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *apply_xpm[]; extern const char *apply_xpm[];
#else #else
char * apply_xpm[] = { const char * apply_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *cancel_xpm[]; extern const char *cancel_xpm[];
#else #else
char * cancel_xpm[] = { const char * cancel_xpm[] = {
"16 16 103 2", "16 16 103 2",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *copyblock_xpm[]; extern const char *copyblock_xpm[];
#else #else
char * copyblock_xpm[] = { const char * copyblock_xpm[] = {
"16 16 18 1", "16 16 18 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *cursor_shape_xpm[]; extern const char *cursor_shape_xpm[];
#else #else
char * cursor_shape_xpm[] = { const char * cursor_shape_xpm[] = {
"16 16 53 1", "16 16 53 1",
" c None", " c None",
". c #373737", ". c #373737",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *datasheet_xpm[]; extern const char *datasheet_xpm[];
#else #else
char * datasheet_xpm[] = { const char * datasheet_xpm[] = {
"16 16 22 1", "16 16 22 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_arc_xpm[]; extern const char *delete_arc_xpm[];
#else #else
char * delete_arc_xpm[] = { const char * delete_arc_xpm[] = {
"16 16 138 2", "16 16 138 2",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_circle_xpm[]; extern const char *delete_circle_xpm[];
#else #else
char * delete_circle_xpm[] = { const char * delete_circle_xpm[] = {
"16 16 126 2", "16 16 126 2",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_cotation_xpm[]; extern const char *delete_cotation_xpm[];
#else #else
char * delete_cotation_xpm[] = { const char * delete_cotation_xpm[] = {
"16 16 110 2", "16 16 110 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_field_xpm[]; extern const char *delete_field_xpm[];
#else #else
char * delete_field_xpm[] = { const char * delete_field_xpm[] = {
"16 16 124 2", "16 16 124 2",
" c None", " c None",
". c #D2D2D2", ". c #D2D2D2",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_line_xpm[]; extern const char *delete_line_xpm[];
#else #else
char * delete_line_xpm[] = { const char * delete_line_xpm[] = {
"16 16 131 2", "16 16 131 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *Delete_Polygon_xpm[]; extern const char *Delete_Polygon_xpm[];
#else #else
char * Delete_Polygon_xpm[] = { const char * Delete_Polygon_xpm[] = {
"16 16 120 2", "16 16 120 2",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_rectangle_xpm[]; extern const char *delete_rectangle_xpm[];
#else #else
char * delete_rectangle_xpm[] = { const char * delete_rectangle_xpm[] = {
"16 16 114 2", "16 16 114 2",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_segment_xpm[]; extern const char *delete_segment_xpm[];
#else #else
char * delete_segment_xpm[] = { const char * delete_segment_xpm[] = {
"16 16 111 2", "16 16 111 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_text_xpm[]; extern const char *delete_text_xpm[];
#else #else
char * delete_text_xpm[] = { const char * delete_text_xpm[] = {
"16 16 114 2", "16 16 114 2",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *display_options_xpm[]; extern const char *display_options_xpm[];
#else #else
char * display_options_xpm[] = { const char * display_options_xpm[] = {
"16 16 90 1", "16 16 90 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *edit_xpm[]; extern const char *edit_xpm[];
#else #else
char * edit_xpm[] = { const char * edit_xpm[] = {
"16 16 28 1", "16 16 28 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *edit_text_xpm[]; extern const char *edit_text_xpm[];
#else #else
char * edit_text_xpm[] = { const char * edit_text_xpm[] = {
"16 16 8 1", "16 16 8 1",
" c None", " c None",
". c #1D2E40", ". c #1D2E40",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *editor_xpm[]; extern const char *editor_xpm[];
#else #else
char * editor_xpm[] = { const char * editor_xpm[] = {
"16 16 60 1", "16 16 60 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *exit_xpm[]; extern const char *exit_xpm[];
#else #else
char * exit_xpm[] = { const char * exit_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *file_footprint_xpm[]; extern const char *file_footprint_xpm[];
#else #else
char * file_footprint_xpm[] = { const char * file_footprint_xpm[] = {
"16 16 38 1", "16 16 38 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *footprint_text_xpm[]; extern const char *footprint_text_xpm[];
#else #else
char * footprint_text_xpm[] = { const char * footprint_text_xpm[] = {
"16 16 4 1", "16 16 4 1",
" c None", " c None",
". c #009B9B", ". c #009B9B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *info_xpm[]; extern const char *info_xpm[];
#else #else
char * info_xpm[] = { const char * info_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *mirror_H_xpm[]; extern const char *mirror_H_xpm[];
#else #else
char * mirror_H_xpm[] = { const char * mirror_H_xpm[] = {
"16 16 29 1", "16 16 29 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *mirror_V_xpm[]; extern const char *mirror_V_xpm[];
#else #else
char * mirror_V_xpm[] = { const char * mirror_V_xpm[] = {
"16 16 30 1", "16 16 30 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *morgan1_xpm[]; extern const char *morgan1_xpm[];
#else #else
char * morgan1_xpm[] = { const char * morgan1_xpm[] = {
"16 16 79 1", "16 16 79 1",
" c None", " c None",
". c #6361D1", ". c #6361D1",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *morgan2_xpm[]; extern const char *morgan2_xpm[];
#else #else
char * morgan2_xpm[] = { const char * morgan2_xpm[] = {
"16 16 77 1", "16 16 77 1",
" c None", " c None",
". c #6361D1", ". c #6361D1",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_xpm[]; extern const char *move_xpm[];
#else #else
char * move_xpm[] = { const char * move_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_arc_xpm[]; extern const char *move_arc_xpm[];
#else #else
char * move_arc_xpm[] = { const char * move_arc_xpm[] = {
"16 16 56 1", "16 16 56 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_circle_xpm[]; extern const char *move_circle_xpm[];
#else #else
char * move_circle_xpm[] = { const char * move_circle_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_field_xpm[]; extern const char *move_field_xpm[];
#else #else
char * move_field_xpm[] = { const char * move_field_xpm[] = {
"16 16 62 1", "16 16 62 1",
" c None", " c None",
". c #D2D2D2", ". c #D2D2D2",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_line_xpm[]; extern const char *move_line_xpm[];
#else #else
char * move_line_xpm[] = { const char * move_line_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_polygon_xpm[]; extern const char *move_polygon_xpm[];
#else #else
char * move_polygon_xpm[] = { const char * move_polygon_xpm[] = {
"16 16 46 1", "16 16 46 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_rectangle_xpm[]; extern const char *move_rectangle_xpm[];
#else #else
char * move_rectangle_xpm[] = { const char * move_rectangle_xpm[] = {
"16 16 40 1", "16 16 40 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *move_text_xpm[]; extern const char *move_text_xpm[];
#else #else
char * move_text_xpm[] = { const char * move_text_xpm[] = {
"16 16 46 1", "16 16 46 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *new_library_xpm[]; extern const char *new_library_xpm[];
#else #else
char * new_library_xpm[] = { const char * new_library_xpm[] = {
"16 16 133 2", "16 16 133 2",
" c None", " c None",
". c #060708", ". c #060708",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *open_library_xpm[]; extern const char *open_library_xpm[];
#else #else
char * open_library_xpm[] = { const char * open_library_xpm[] = {
"16 16 135 2", "16 16 135 2",
" c None", " c None",
". c #060708", ". c #060708",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_arc_xpm[]; extern const char *options_arc_xpm[];
#else #else
char * options_arc_xpm[] = { const char * options_arc_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_circle_xpm[]; extern const char *options_circle_xpm[];
#else #else
char * options_circle_xpm[] = { const char * options_circle_xpm[] = {
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_new_pad_xpm[]; extern const char *options_new_pad_xpm[];
#else #else
char * options_new_pad_xpm[] = { const char * options_new_pad_xpm[] = {
"16 16 53 1", "16 16 53 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_pad_xpm[]; extern const char *options_pad_xpm[];
#else #else
char * options_pad_xpm[] = { const char * options_pad_xpm[] = {
"16 16 33 1", "16 16 33 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_rectangle_xpm[]; extern const char *options_rectangle_xpm[];
#else #else
char * options_rectangle_xpm[] = { const char * options_rectangle_xpm[] = {
"16 16 44 1", "16 16 44 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_segment_xpm[]; extern const char *options_segment_xpm[];
#else #else
char * options_segment_xpm[] = { const char * options_segment_xpm[] = {
"16 16 31 1", "16 16 31 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *options_text_xpm[]; extern const char *options_text_xpm[];
#else #else
char * options_text_xpm[] = { const char * options_text_xpm[] = {
"16 16 40 1", "16 16 40 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *orient_xpm[]; extern const char *orient_xpm[];
#else #else
char * orient_xpm[] = { const char * orient_xpm[] = {
"16 16 114 2", "16 16 114 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *pad_sketch_xpm[]; extern const char *pad_sketch_xpm[];
#else #else
char * pad_sketch_xpm[] = { const char * pad_sketch_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *read_setup_xpm[]; extern const char *read_setup_xpm[];
#else #else
char * read_setup_xpm[] = { const char * read_setup_xpm[] = {
"16 16 85 1", "16 16 85 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * reload_xpm[]; extern const char * reload_xpm[];
#else #else
char * reload_xpm[] = { const char * reload_xpm[] = {
"16 16 110 2", "16 16 110 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * repaint_xpm[]; extern const char * repaint_xpm[];
#else #else
char * repaint_xpm[] = { const char * repaint_xpm[] = {
"16 16 78 1", "16 16 78 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *rotate_pos_xpm[]; extern const char *rotate_pos_xpm[];
#else #else
char * rotate_pos_xpm[] = { const char * rotate_pos_xpm[] = {
"16 16 96 2", "16 16 96 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *rotate_neg_xpm[]; extern const char *rotate_neg_xpm[];
#else #else
char * rotate_neg_xpm[] = { const char * rotate_neg_xpm[] = {
"16 16 93 2", "16 16 93 2",
" c None", " c None",
". c #202020", ". c #202020",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *rotate_field_xpm[]; extern const char *rotate_field_xpm[];
#else #else
char * rotate_field_xpm[] = { const char * rotate_field_xpm[] = {
"16 16 76 1", "16 16 76 1",
" c None", " c None",
". c #D2D2D2", ". c #D2D2D2",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_cmpstuff_xpm[]; extern const char *save_cmpstuff_xpm[];
#else #else
char * save_cmpstuff_xpm[] = { const char * save_cmpstuff_xpm[] = {
"16 16 99 2", "16 16 99 2",
" c None", " c None",
". c #160A00", ". c #160A00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_library_xpm[]; extern const char *save_library_xpm[];
#else #else
char * save_library_xpm[] = { const char * save_library_xpm[] = {
"16 16 99 2", "16 16 99 2",
" c None", " c None",
". c #070809", ". c #070809",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_netlist_xpm[]; extern const char *save_netlist_xpm[];
#else #else
char * save_netlist_xpm[] = { const char * save_netlist_xpm[] = {
"16 16 91 1", "16 16 91 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_project_xpm[]; extern const char *save_project_xpm[];
#else #else
char * save_project_xpm[] = { const char * save_project_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_setup_xpm[]; extern const char *save_setup_xpm[];
#else #else
char * save_setup_xpm[] = { const char * save_setup_xpm[] = {
"16 16 74 1", "16 16 74 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *text_sketch_xpm[]; extern const char *text_sketch_xpm[];
#else #else
char * text_sketch_xpm[] = { const char * text_sketch_xpm[] = {
"16 16 2 1", "16 16 2 1",
" c None", " c None",
". c #00009B", ". c #00009B",
......
/* XPM */ /* XPM */
static char * zoom_1_xpm[] = { static const char * zoom_1_xpm[] = {
"16 16 36 1", "16 16 36 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_center_xpm[]; extern const char * zoom_center_xpm[];
#else #else
char * zoom_center_xpm[] = { const char * zoom_center_xpm[] = {
"16 16 4 1", "16 16 4 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_in_xpm[]; extern const char * zoom_in_xpm[];
#else #else
char * zoom_in_xpm[] = { const char * zoom_in_xpm[] = {
"16 16 42 1", "16 16 42 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_optimal_xpm[]; extern const char * zoom_optimal_xpm[];
#else #else
char * zoom_optimal_xpm[] = { const char * zoom_optimal_xpm[] = {
"16 16 83 1", "16 16 83 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_out_xpm[]; extern const char * zoom_out_xpm[];
#else #else
char * zoom_out_xpm[] = { const char * zoom_out_xpm[] = {
"16 16 40 1", "16 16 40 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_page_xpm[]; extern const char * zoom_page_xpm[];
#else #else
char * zoom_page_xpm[] = { const char * zoom_page_xpm[] = {
"16 16 68 1", "16 16 68 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_select_xpm[]; extern const char * zoom_select_xpm[];
#else #else
char * zoom_select_xpm[] = { const char * zoom_select_xpm[] = {
"16 16 39 1", "16 16 39 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_selected_xpm[]; extern const char * zoom_selected_xpm[];
#else #else
char * zoom_selected_xpm[] = { const char * zoom_selected_xpm[] = {
"16 16 38 1", "16 16 38 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *anchor_xpm[]; extern const char *anchor_xpm[];
#else #else
char * anchor_xpm[] = { const char * anchor_xpm[] = {
"16 16 2 1", "16 16 2 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *annotate_xpm[]; extern const char *annotate_xpm[];
#else #else
char *annotate_xpm[] = { const char *annotate_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 93 2", "16 16 93 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *auto_associe_xpm[]; extern const char *auto_associe_xpm[];
#else #else
char *auto_associe_xpm[] = { const char *auto_associe_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
"16 16 124 2", "16 16 124 2",
" c None", " c None",
". c #160A00", ". c #160A00",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * book_xpm[]; extern const char * book_xpm[];
#else #else
char * book_xpm[] = { const char * book_xpm[] = {
"16 16 21 1", "16 16 21 1",
" c None", " c None",
". c #007F7F", ". c #007F7F",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *cancel_tool_xpm[]; extern const char *cancel_tool_xpm[];
#else #else
char * cancel_tool_xpm[] = { const char * cancel_tool_xpm[] = {
"16 16 99 2", "16 16 99 2",
" c None", " c None",
". c #411F18", ". c #411F18",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *config_xpm[]; extern const char *config_xpm[];
#else #else
char * config_xpm[] = { const char * config_xpm[] = {
"16 16 55 1", "16 16 55 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *copy_button[]; extern const char *copy_button[];
#else #else
char *copy_button[] = { const char *copy_button[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 4 1", "16 15 4 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *cursor_xpm[]; extern const char *cursor_xpm[];
#else #else
char * cursor_xpm[] = { const char * cursor_xpm[] = {
"16 16 73 1", "16 16 73 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *cut_button[]; extern const char *cut_button[];
#else #else
char *cut_button[] = { const char *cut_button[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *dashedline_xpm[]; extern const char *dashedline_xpm[];
#else #else
char *dashedline_xpm[] = { const char *dashedline_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 2 1", "16 16 2 1",
"- c Red", "- c Red",
" c None", " c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * delete_body_xpm[]; extern const char * delete_body_xpm[];
#else #else
char * delete_body_xpm[] = const char * delete_body_xpm[] =
{ {
"16 15 13 1", "16 15 13 1",
"X c Black", "X c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * auto_delete_track_xpm[]; extern const char * auto_delete_track_xpm[];
#else #else
char * auto_delete_track_xpm[] = const char * auto_delete_track_xpm[] =
{ {
"16 15 14 1", "16 15 14 1",
"X c Black", "X c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *delete_xpm[]; extern const char *delete_xpm[];
#else #else
char * delete_xpm[] = { const char * delete_xpm[] = {
"16 16 152 2", "16 16 152 2",
" c None", " c None",
". c #0E0E0E", ". c #0E0E0E",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * directory_xpm[]; extern const char * directory_xpm[];
#else #else
char * directory_xpm[] = { const char * directory_xpm[] = {
"16 16 136 2", "16 16 136 2",
" c None", " c None",
". c #469FFF", ". c #469FFF",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *down_xpm[]; extern const char *down_xpm[];
#else #else
char * down_xpm[] = { const char * down_xpm[] = {
"16 16 25 1", "16 16 25 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *drc_xpm[]; extern const char *drc_xpm[];
#else #else
char *drc_xpm[] = { const char *drc_xpm[] = {
"16 16 87 1", "16 16 87 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *drc_off_xpm[]; extern const char *drc_off_xpm[];
#else #else
char * drc_off_xpm[] = { const char * drc_off_xpm[] = {
"16 16 80 1", "16 16 80 1",
" c None", " c None",
"! c #FF0000", "! c #FF0000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *eeschema_xpm[]; extern const char *eeschema_xpm[];
#else #else
char *eeschema_xpm[] = { const char *eeschema_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 76 1", "16 16 76 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *erc_xpm[]; extern const char *erc_xpm[];
#else #else
char *erc_xpm[] = { const char *erc_xpm[] = {
"16 16 100 2", "16 16 100 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char *error_xpm[] = { static const char *error_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"11 11 2 1", "11 11 2 1",
"- c Black", "- c Black",
"X c Red", "X c Red",
......
/* XPM */ /* XPM */
static char *green_xpm[] = { static const char *green_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"11 11 2 1", "11 11 2 1",
"- c Black", "- c Black",
"X c Green", "X c Green",
......
/* XPM */ /* XPM */
static char *warning_xpm[] = { static const char *warning_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"11 11 2 1", "11 11 2 1",
"- c Black", "- c Black",
"X c Yellow", "X c Yellow",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *export_xpm[]; extern const char *export_xpm[];
#else #else
char * export_xpm[] = { const char * export_xpm[] = {
"16 16 43 1", "16 16 43 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *find_xpm[]; extern const char *find_xpm[];
#else #else
char *find_xpm[] = { const char *find_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
"E c #404040", "E c #404040",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *general_deletions_xpm[]; extern const char *general_deletions_xpm[];
#else #else
char * general_deletions_xpm[] = { const char * general_deletions_xpm[] = {
"16 16 158 2", "16 16 158 2",
" c None", " c None",
". c #0D0D0D", ". c #0D0D0D",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *general_ratsnet_xpm[]; extern const char *general_ratsnet_xpm[];
#else #else
char * general_ratsnet_xpm[] = { const char * general_ratsnet_xpm[] = {
"16 16 41 1", "16 16 41 1",
" c None", " c None",
". c #FFFFFF", ". c #FFFFFF",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *green_xpm[]; extern const char *green_xpm[];
#else #else
char *green_xpm[] = { const char *green_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
" c Gray0", " c Gray0",
"X c #7b7b7b7b7b7b", "X c #7b7b7b7b7b7b",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *grid_xpm[]; extern const char *grid_xpm[];
#else #else
char * grid_xpm[] = { const char * grid_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 2 1", "16 15 2 1",
"X c None", "X c None",
"o c Black", "o c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *grid_select_xpm[]; extern const char *grid_select_xpm[];
#else #else
char *grid_select_xpm[] = { const char *grid_select_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 8 1", "16 16 8 1",
" c Black", " c Black",
". c none", ". c none",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * hammer_xpm[]; extern const char * hammer_xpm[];
#else #else
char * hammer_xpm[] = { const char * hammer_xpm[] = {
"16 15 6 1", "16 15 6 1",
" c none", " c none",
". c #444244", ". c #444244",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *help_xpm[]; extern const char *help_xpm[];
#else #else
char * help_xpm[] = { const char * help_xpm[] = {
"16 16 106 2", "16 16 106 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_w3d_xpm[]; extern const char * icon_w3d_xpm[];
#else #else
char * icon_w3d_xpm[] = const char * icon_w3d_xpm[] =
{ {
"32 32 3 1", "32 32 3 1",
"J c #FF0000", "J c #FF0000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_cvpcb_xpm[]; extern const char * icon_cvpcb_xpm[];
#else #else
char * icon_cvpcb_xpm[] = { const char * icon_cvpcb_xpm[] = {
"32 32 372 2", "32 32 372 2",
" c None", " c None",
". c #FF7800", ". c #FF7800",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_eeschema_xpm[]; extern const char * icon_eeschema_xpm[];
#else #else
char * icon_eeschema_xpm[] = { const char * icon_eeschema_xpm[] = {
"32 32 200 2", "32 32 200 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_gerbview_xpm[]; extern const char * icon_gerbview_xpm[];
#else #else
char * icon_gerbview_xpm[] = { const char * icon_gerbview_xpm[] = {
"32 32 318 2", "32 32 318 2",
" c None", " c None",
". c #030100", ". c #030100",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *kicad_icon_xpm[]; extern const char *kicad_icon_xpm[];
#else #else
char * kicad_icon_xpm[] = const char * kicad_icon_xpm[] =
{ {
"32 32 16 1", "32 32 16 1",
" c none", " c none",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *icon_modedit_xpm[]; extern const char *icon_modedit_xpm[];
#else #else
char * icon_modedit_xpm[] = { const char * icon_modedit_xpm[] = {
"32 32 346 2", "32 32 346 2",
" c None", " c None",
". c #2C2C37", ". c #2C2C37",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *a_icon_pcbnew_xpm[]; extern const char *a_icon_pcbnew_xpm[];
#else #else
char * a_icon_pcbnew_xpm[] = { const char * a_icon_pcbnew_xpm[] = {
"32 32 136 2", "32 32 136 2",
" c None", " c None",
". c #040200", ". c #040200",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_python_xpm[]; extern const char * icon_python_xpm[];
#else #else
char * icon_python_xpm[] = { const char * icon_python_xpm[] = {
"32 32 72 1", "32 32 72 1",
" c None", " c None",
". c #7EA5C6", ". c #7EA5C6",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_python_small_xpm[]; extern const char * icon_python_small_xpm[];
#else #else
char *icon_python_small_xpm[] = { const char *icon_python_small_xpm[] = {
"16 16 98 2", "16 16 98 2",
" c None", " c None",
". c #5490C0", ". c #5490C0",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * icon_txt_xpm[]; extern const char * icon_txt_xpm[];
#else #else
char * icon_txt_xpm[] = { const char * icon_txt_xpm[] = {
"16 16 100 2", "16 16 100 2",
" c None", " c None",
". c #AFAFAF", ". c #AFAFAF",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *import_xpm[]; extern const char *import_xpm[];
#else #else
char * import_xpm[] = { const char * import_xpm[] = {
"16 16 52 1", "16 16 52 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * jigsaw_xpm[]; extern const char * jigsaw_xpm[];
#else #else
char * jigsaw_xpm[] = { const char * jigsaw_xpm[] = {
"16 15 5 1", "16 15 5 1",
" c none", " c none",
". c #645264", ". c #645264",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * kicad_icon_small_xpm[]; extern const char * kicad_icon_small_xpm[];
#else #else
char * kicad_icon_small_xpm[] = { const char * kicad_icon_small_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c none", " c none",
". c #634931", ". c #634931",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *label_xpm[]; extern const char *label_xpm[];
#else #else
char * label_xpm[] = { const char * label_xpm[] = {
"16 15 3 1", "16 15 3 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *left_xpm[]; extern const char *left_xpm[];
#else #else
char * left_xpm[] = { const char * left_xpm[] = {
"16 16 26 1", "16 16 26 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *libedit_part_xpm[]; extern const char *libedit_part_xpm[];
#else #else
char *libedit_part_xpm[] = { const char *libedit_part_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"- c Red", "- c Red",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * library_xpm[]; extern const char * library_xpm[];
#else #else
char * library_xpm[] = { const char * library_xpm[] = {
"16 15 6 1", "16 15 6 1",
"X c Black", "X c Black",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * library_update_xpm[]; extern const char * library_update_xpm[];
#else #else
char * library_update_xpm[] = { const char * library_update_xpm[] = {
"16 15 6 1", "16 15 6 1",
"X c Black", "X c Black",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_part_in_mem_xpm[]; extern const char *save_part_in_mem_xpm[];
#else #else
char *save_part_in_mem_xpm[] = { const char *save_part_in_mem_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 5 1", "16 15 5 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * libview_xpm[]; extern const char * libview_xpm[];
#else #else
char *libview_xpm[] = { const char *libview_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 10 1", "16 15 10 1",
"Q c Black", "Q c Black",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *mirepcb_xpm[]; extern const char *mirepcb_xpm[];
#else #else
char *mirepcb_xpm[] = { const char *mirepcb_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"- c Blue", "- c Blue",
". c Red", ". c Red",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *modedit_xpm[]; extern const char *modedit_xpm[];
#else #else
char * modedit_xpm[] = { const char * modedit_xpm[] = {
"16 16 90 1", "16 16 90 1",
" c None", " c None",
". c #FF7800", ". c #FF7800",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * mod_ratsnest_xpm[]; extern const char * mod_ratsnest_xpm[];
#else #else
char * mod_ratsnest_xpm[] = { const char * mod_ratsnest_xpm[] = {
"16 15 5 1", "16 15 5 1",
"X c Red", "X c Red",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * module_xpm[]; extern const char * module_xpm[];
#else #else
char * module_xpm[] = { const char * module_xpm[] = {
"16 15 4 1", "16 15 4 1",
"X c Red", "X c Red",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *netlist_xpm[]; extern const char *netlist_xpm[];
#else #else
char * netlist_xpm[] = { const char * netlist_xpm[] = {
"16 16 44 1", "16 16 44 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *new_xpm[]; extern const char *new_xpm[];
#else #else
char * new_xpm[] = { const char * new_xpm[] = {
"16 16 23 1", "16 16 23 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * new_txt_xpm[]; extern const char * new_txt_xpm[];
#else #else
char * new_txt_xpm[] = { const char * new_txt_xpm[] = {
"16 16 78 1", "16 16 78 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *noconn_button[]; extern const char *noconn_button[];
#else #else
char *noconn_button[] = { const char *noconn_button[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 2 1", "16 15 2 1",
" c None", " c None",
"- c Blue", "- c Blue",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *open_xpm[]; extern const char *open_xpm[];
#else #else
char * open_xpm[] = { const char * open_xpm[] = {
"16 16 64 1", "16 16 64 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *pad_xpm[]; extern const char *pad_xpm[];
#else #else
char * pad_xpm[] = { const char * pad_xpm[] = {
"16 15 3 1", "16 15 3 1",
"- c green", "- c green",
" c None", " c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *palette_xpm[]; extern const char *palette_xpm[];
#else #else
char * palette_xpm[] = { const char * palette_xpm[] = {
"16 15 14 1", "16 15 14 1",
" c #c0c0c0", " c #c0c0c0",
". c #808080", ". c #808080",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *paste_xpm[]; extern const char *paste_xpm[];
#else #else
char * paste_xpm[] = { const char * paste_xpm[] = {
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *pcbnew_xpm[]; extern const char *pcbnew_xpm[];
#else #else
char *pcbnew_xpm[] = { const char *pcbnew_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *pin_xpm[]; extern const char *pin_xpm[];
#else #else
char *pin_xpm[] = { const char *pin_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 4 1", "16 15 4 1",
"- c Black", "- c Black",
"o c Red", "o c Red",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *plot_xpm[]; extern const char *plot_xpm[];
#else #else
char * plot_xpm[] = { const char * plot_xpm[] = {
"16 16 12 1", "16 16 12 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *plot_HPG_xpm[]; extern const char *plot_HPG_xpm[];
#else #else
char * plot_HPG_xpm[] = { const char * plot_HPG_xpm[] = {
"16 16 17 1", "16 16 17 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *plot_PS_xpm[]; extern const char *plot_PS_xpm[];
#else #else
char * plot_PS_xpm[] = { const char * plot_PS_xpm[] = {
"16 16 14 1", "16 16 14 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *preference_xpm[]; extern const char *preference_xpm[];
#else #else
char * preference_xpm[] = { const char * preference_xpm[] = {
"16 15 7 1", "16 15 7 1",
" c None", " c None",
". c #808000", ". c #808000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *print_button[]; extern const char *print_button[];
#else #else
char *print_button[] = { const char *print_button[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 5 1", "16 15 5 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *ratsnest_xpm[]; extern const char *ratsnest_xpm[];
#else #else
char *ratsnest_xpm[] = { const char *ratsnest_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 3 1", "16 16 3 1",
"- c White", "- c White",
"o c Red", "o c Red",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *red_xpm[]; extern const char *red_xpm[];
#else #else
char *red_xpm[] = { const char *red_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
" c Gray0", " c Gray0",
"X c #7b7b7b7b7b7b", "X c #7b7b7b7b7b7b",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *redo_xpm[]; extern const char *redo_xpm[];
#else #else
char *redo_xpm[] = { const char *redo_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
"16 16 4 1", "16 16 4 1",
/* colors */ /* colors */
" c None", " c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *right_xpm[]; extern const char *right_xpm[];
#else #else
char * right_xpm[] = { const char * right_xpm[] = {
"16 16 25 1", "16 16 25 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_xpm[]; extern const char *save_xpm[];
#else #else
char * save_xpm[] = { const char * save_xpm[] = {
"16 16 83 1", "16 16 83 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *save_as_xpm[]; extern const char *save_as_xpm[];
#else #else
char * save_as_xpm[] = { const char * save_as_xpm[] = {
"16 16 111 2", "16 16 111 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * schematic_xpm[]; extern const char * schematic_xpm[];
#else #else
char *schematic_xpm[] = { const char *schematic_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *select_grid_xpm[]; extern const char *select_grid_xpm[];
#else #else
char *select_grid_xpm[] = { const char *select_grid_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 5 1", "16 16 5 1",
" c #ffffff", " c #ffffff",
". c none", ". c none",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *sheetset_xpm[]; extern const char *sheetset_xpm[];
#else #else
char *sheetset_xpm[] = { const char *sheetset_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 4 1", "16 15 4 1",
" c None", " c None",
". c Black", ". c Black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *show_dcodenumber_xpm[]; extern const char *show_dcodenumber_xpm[];
#else #else
char * show_dcodenumber_xpm[] = { const char * show_dcodenumber_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"- c Red", "- c Red",
"X c None", "X c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * show_mod_edge_xpm[]; extern const char * show_mod_edge_xpm[];
#else #else
char * show_mod_edge_xpm[] = { const char * show_mod_edge_xpm[] = {
"16 15 4 1", "16 15 4 1",
"X c Red", "X c Red",
". c None", ". c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *showtrack_xpm[]; extern const char *showtrack_xpm[];
#else #else
char *showtrack_xpm[] = { const char *showtrack_xpm[] = {
/* columns rows colors chars per pixel */ /* columns rows colors const chars per pixel */
"16 15 3 1", "16 15 3 1",
"= c Red", "= c Red",
": c #008000", ": c #008000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *tools_xpm[]; extern const char *tools_xpm[];
#else #else
char *tools_xpm[] = { const char *tools_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 3 1", "16 15 3 1",
"- c Blue", "- c Blue",
"X c Gray100", "X c Gray100",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *transistor_xpm[]; extern const char *transistor_xpm[];
#else #else
char * transistor_xpm[] = const char * transistor_xpm[] =
{ {
"16 15 16 1", "16 15 16 1",
" c none", " c none",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *tree_nosel_xpm[]; extern const char *tree_nosel_xpm[];
#else #else
char *tree_nosel_xpm[] = { const char *tree_nosel_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
" c Gray0", " c Gray0",
"X c #7b7b7b", "X c #7b7b7b",
......
/* XPM */ /* XPM */
static char *tree_sel_xpm[] = { static const char *tree_sel_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 15 6 1", "16 15 6 1",
" c Gray0", " c Gray0",
"X c #7b7b7b", "X c #7b7b7b",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *undelete_xpm[]; extern const char *undelete_xpm[];
#else #else
char * undelete_xpm[] = { const char * undelete_xpm[] = {
"16 16 93 2", "16 16 93 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *undo_xpm[]; extern const char *undo_xpm[];
#else #else
char *undo_xpm[] = { const char *undo_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
"16 16 4 1", "16 16 4 1",
/* colors */ /* colors */
" c None", " c None",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *unit_inch_xpm[]; extern const char *unit_inch_xpm[];
#else #else
char * unit_inch_xpm[] = { const char * unit_inch_xpm[] = {
"16 16 19 1", "16 16 19 1",
" c None", " c None",
". c #3F3F9B", ". c #3F3F9B",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *unit_mm_xpm[]; extern const char *unit_mm_xpm[];
#else #else
char * unit_mm_xpm[] = { const char * unit_mm_xpm[] = {
"16 16 23 1", "16 16 23 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char *up_xpm[]; extern const char *up_xpm[];
#else #else
char * up_xpm[] = { const char * up_xpm[] = {
"16 16 26 1", "16 16 26 1",
" c None", " c None",
". c #1C2D3D", ". c #1C2D3D",
......
/* XPM */ /* XPM */
#ifndef XPMMAIN #ifndef XPMMAIN
extern char * zoom_xpm[]; extern const char * zoom_xpm[];
#else #else
char * zoom_xpm[] = { const char * zoom_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #00A000", ". c #00A000",
......
...@@ -4,6 +4,14 @@ Started 2007-June-11 ...@@ -4,6 +4,14 @@ Started 2007-June-11
Please add newer entries at the top, list the date and your name with Please add newer entries at the top, list the date and your name with
email address. email address.
2007-Oct-31 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+all:
gcc 4.2.1 compatibility: change char * to const char * whenever it was necessary,
mainly in .xpm files
2007-Oct-30 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Oct-30 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================ ================================================================================
+ pcbnew + pcbnew
......
/* XPM */ /* XPM */
static char *lang_catalan_xpm[] = { static const char *lang_catalan_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 14 1", "16 16 14 1",
"* c #E40E04", "* c #E40E04",
"@ c #F4C20C", "@ c #F4C20C",
......
/* XPM */ /* XPM */
static char * lang_de_xpm[] = { static const char * lang_de_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_def_xpm[] = { static const char * lang_def_xpm[] = {
"16 16 52 1", "16 16 52 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_en_xpm[] = { static const char * lang_en_xpm[] = {
"16 16 21 1", "16 16 21 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_es_xpm[] = { static const char * lang_es_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_fr_xpm[] = { static const char * lang_fr_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_hu_xpm[] = { static const char * lang_hu_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_it_xpm[] = { static const char * lang_it_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_ko_xpm[] = static const char * lang_ko_xpm[] =
{ {
"16 16 17 1", "16 16 17 1",
......
/* XPM */ /* XPM */
static char * lang_po_xpm[] = { static const char * lang_po_xpm[] = {
"16 16 4 1", "16 16 4 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_pt_xpm[] = { static const char * lang_pt_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_ru_xpm[] = { static const char * lang_ru_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lang_sl_xpm[] = { static const char * lang_sl_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * language_xpm[] = { static const char * language_xpm[] = {
"16 16 92 2", "16 16 92 2",
" c None", " c None",
". c #000000", ". c #000000",
......
...@@ -31,7 +31,7 @@ Ki_HotkeyInfo::Ki_HotkeyInfo( const wxChar* infomsg, int idcommand, int keycode, ...@@ -31,7 +31,7 @@ Ki_HotkeyInfo::Ki_HotkeyInfo( const wxChar* infomsg, int idcommand, int keycode,
*/ */
struct hotkey_name_descr struct hotkey_name_descr
{ {
wxChar* m_Name; const wxChar* m_Name;
int m_KeyCode; int m_KeyCode;
}; };
......
/* XPM */ /* XPM */
static char * delete_association_xpm[] = { static const char * delete_association_xpm[] = {
"16 16 148 2", "16 16 148 2",
" c None", " c None",
". c #160A00", ". c #160A00",
......
/* XPM */ /* XPM */
char * module_filtered_list_xpm[] = { const char * module_filtered_list_xpm[] = {
"16 15 5 1", "16 15 5 1",
"X c #808080", "X c #808080",
" c None", " c None",
......
/* XPM */ /* XPM */
char * module_full_list_xpm[] = { const char * module_full_list_xpm[] = {
"16 15 5 1", "16 15 5 1",
"X c #808080", "X c #808080",
" c None", " c None",
......
/* XPM */ /* XPM */
static char * AddBus2Bus_xpm[] = { static const char * AddBus2Bus_xpm[] = {
"16 16 28 1", "16 16 28 1",
" c None", " c None",
". c #9B9BFF", ". c #9B9BFF",
......
/* XPM */ /* XPM */
static char * AddLine2Bus_xpm[] = { static const char * AddLine2Bus_xpm[] = {
"16 16 29 1", "16 16 29 1",
" c None", " c None",
". c #9B9BFF", ". c #9B9BFF",
......
/* XPM */ /* XPM */
static char * add_bus2bus_xpm[] = { static const char * add_bus2bus_xpm[] = {
"16 16 38 1", "16 16 38 1",
" c None", " c None",
". c #AFAFFF", ". c #AFAFFF",
......
/* XPM */ /* XPM */
static char * add_glabel_xpm[] = { static const char * add_glabel_xpm[] = {
"16 16 54 1", "16 16 54 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * add_junction_xpm[] = { static const char * add_junction_xpm[] = {
"16 16 60 1", "16 16 60 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * add_line_label_xpm[] = { static const char * add_line_label_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * add_power_xpm[] = { static const char * add_power_xpm[] = {
"16 16 26 1", "16 16 26 1",
" c None", " c None",
". c #D72D2D", ". c #D72D2D",
......
/* XPM */ /* XPM */
static char * break_bus_xpm[] = { static const char * break_bus_xpm[] = {
"16 16 36 1", "16 16 36 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * break_line_xpm[] = { static const char * break_line_xpm[] = {
"16 16 34 1", "16 16 34 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * delete_bus_xpm[] = { static const char * delete_bus_xpm[] = {
"16 16 130 2", "16 16 130 2",
" c None", " c None",
". c #0000C3", ". c #0000C3",
......
/* XPM */ /* XPM */
static char * delete_connection_xpm[] = { static const char * delete_connection_xpm[] = {
"16 16 157 2", "16 16 157 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * delete_glabel_xpm[] = { static const char * delete_glabel_xpm[] = {
"16 16 133 2", "16 16 133 2",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * delete_node_xpm[] = { static const char * delete_node_xpm[] = {
"16 16 132 2", "16 16 132 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * delete_pin_xpm[] = { static const char * delete_pin_xpm[] = {
"16 16 129 2", "16 16 129 2",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * delete_pinsheet_xpm[] = { static const char * delete_pinsheet_xpm[] = {
"16 16 159 2", "16 16 159 2",
" c None", " c None",
". c #6F6500", ". c #6F6500",
......
/* XPM */ /* XPM */
static char * delete_sheet_xpm[] = { static const char * delete_sheet_xpm[] = {
"16 16 134 2", "16 16 134 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * edit_comp_ref_xpm[] = { static const char * edit_comp_ref_xpm[] = {
"16 16 72 1", "16 16 72 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * edit_comp_value_xpm[] = { static const char * edit_comp_value_xpm[] = {
"16 16 73 1", "16 16 73 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * edit_component_xpm[] = { static const char * edit_component_xpm[] = {
"16 16 80 1", "16 16 80 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Edit_Part_xpm[] = { static const char * Edit_Part_xpm[] = {
"16 16 82 1", "16 16 82 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * edit_sheet_xpm[] = { static const char * edit_sheet_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * gl_change_xpm[] = { static const char * gl_change_xpm[] = {
"16 16 30 1", "16 16 30 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * glabel2label_xpm[] = { static const char * glabel2label_xpm[] = {
"16 16 30 1", "16 16 30 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * glabel2text_xpm[] = { static const char * glabel2text_xpm[] = {
"16 16 42 1", "16 16 42 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * hidden_pin_xpm[] = { static const char * hidden_pin_xpm[] = {
"16 16 133 2", "16 16 133 2",
" c None", " c None",
". c #030303", ". c #030303",
......
/* XPM */ /* XPM */
static char * hierarchy_nav_xpm[] = { static const char * hierarchy_nav_xpm[] = {
"16 16 7 1", "16 16 7 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * hierarchy_cursor_xpm[] = { static const char * hierarchy_cursor_xpm[] = {
"16 16 61 1", "16 16 61 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * import_glabel_xpm[] = { static const char * import_glabel_xpm[] = {
"16 16 92 2", "16 16 92 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * label2glabel_xpm[] = { static const char * label2glabel_xpm[] = {
"16 16 34 1", "16 16 34 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * label2text_xpm[] = { static const char * label2text_xpm[] = {
"16 16 35 1", "16 16 35 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * leave_sheet_xpm[] = { static const char * leave_sheet_xpm[] = {
"16 16 58 1", "16 16 58 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lib_next_xpm[] = { static const char * lib_next_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lib_previous_xpm[] = { static const char * lib_previous_xpm[] = {
"16 16 64 1", "16 16 64 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * lines90_xpm[] = { static const char * lines90_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * mirror_H_xpm[] = { static const char * mirror_H_xpm[] = {
"16 16 29 1", "16 16 29 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * mirror_V_xpm[] = { static const char * mirror_V_xpm[] = {
"16 16 30 1", "16 16 30 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * move_glabel_xpm[] = { static const char * move_glabel_xpm[] = {
"16 16 66 1", "16 16 66 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * move_pinsheet_xpm[] = { static const char * move_pinsheet_xpm[] = {
"16 16 81 1", "16 16 81 1",
" c None", " c None",
". c #6F6500", ". c #6F6500",
......
/* XPM */ /* XPM */
static char * move_sheet_xpm[] = { static const char * move_sheet_xpm[] = {
"16 16 68 1", "16 16 68 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * normal_xpm[] = { static const char * normal_xpm[] = {
"16 16 107 2", "16 16 107 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * options_pin_xpm[] = { static const char * options_pin_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * options_pinsheet_xpm[] = { static const char * options_pinsheet_xpm[] = {
"16 16 78 1", "16 16 78 1",
" c None", " c None",
". c #6F6500", ". c #6F6500",
......
/* XPM */ /* XPM */
static char * pin_name_to_xpm[] = { static const char * pin_name_to_xpm[] = {
"16 16 58 1", "16 16 58 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * pin_number_to_xpm[] = { static const char * pin_number_to_xpm[] = {
"16 16 58 1", "16 16 58 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * pin_size_to_xpm[] = { static const char * pin_size_to_xpm[] = {
"16 16 53 1", "16 16 53 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * pin_to_xpm[] = { static const char * pin_to_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * resize_sheet_xpm[] = { static const char * resize_sheet_xpm[] = {
"16 16 15 1", "16 16 15 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * rotate_glabel_xpm[] = { static const char * rotate_glabel_xpm[] = {
"16 16 91 1", "16 16 91 1",
" c None", " c None",
". c #695F00", ". c #695F00",
......
/* XPM */ /* XPM */
static char * Rotate_Pin_xpm[] = { static const char * Rotate_Pin_xpm[] = {
"16 16 72 1", "16 16 72 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static const char * add_hierar_pin_xpm[] = { static const char * add_hierar_pin_xpm[] = {
"16 16 37 1", "16 16 37 1",
" c None", " c None",
......
/* XPM */ /* XPM */
static char *cvpcb_xpm[] = { static const char *cvpcb_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 46 1", "16 16 46 1",
" c None", " c None",
". c #160A00", ". c #160A00",
......
/* XPM */ /* XPM */
static char * libedit_xpm[] = { static const char * libedit_xpm[] = {
"16 16 130 2", "16 16 130 2",
" c None", " c None",
". c #070809", ". c #070809",
......
/* XPM */ /* XPM */
static char * libedit_icon_xpm[] = { static const char * libedit_icon_xpm[] = {
"32 32 112 2", "32 32 112 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * library_browse_xpm[] = { static const char * library_browse_xpm[] = {
"16 16 130 2", "16 16 130 2",
" c None", " c None",
". c #070809", ". c #070809",
......
/* XPM */ /* XPM */
static char * part_properties_xpm[] = { static const char * part_properties_xpm[] = {
"16 16 85 1", "16 16 85 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char *pin2pin_xpm[] = { static const char *pin2pin_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 61 1", "16 16 61 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * viewlibs_icon_xpm[] = { static const char * viewlibs_icon_xpm[] = {
"32 32 345 2", "32 32 345 2",
" c None", " c None",
". c #0C0C0E", ". c #0C0C0E",
......
...@@ -475,7 +475,7 @@ void WinEDA_ErcFrame::ChangeErrorLevel( wxCommandEvent& event ) ...@@ -475,7 +475,7 @@ void WinEDA_ErcFrame::ChangeErrorLevel( wxCommandEvent& event )
{ {
int id, level, ii, x, y; int id, level, ii, x, y;
wxBitmapButton* Butt; wxBitmapButton* Butt;
char** new_bitmap_xpm = NULL; const char** new_bitmap_xpm = NULL;
wxPoint pos; wxPoint pos;
id = event.GetId(); id = event.GetId();
......
...@@ -45,8 +45,8 @@ public: ...@@ -45,8 +45,8 @@ public:
Ki_WorkSheetData * Pnext; Ki_WorkSheetData * Pnext;
int m_Posx, m_Posy; /* position de l'element ou point de depart du segment */ int m_Posx, m_Posy; /* position de l'element ou point de depart du segment */
int m_Endx, m_Endy; /* extremite d'un element type segment ou cadre */ int m_Endx, m_Endy; /* extremite d'un element type segment ou cadre */
wxChar * m_Legende; /* Pour m_Textes: texte a afficher avant le texte lui meme */ const wxChar * m_Legende; /* Pour m_Textes: texte a afficher avant le texte lui meme */
wxChar * m_Text; /* Pour m_Textes:pointeur sur le texte a afficher */ const wxChar * m_Text; /* Pour m_Textes:pointeur sur le texte a afficher */
}; };
/* Type des descriptions Ki_WorkSheetData */ /* Type des descriptions Ki_WorkSheetData */
......
/* XPM */ /* XPM */
static char * browse_files_xpm[] = { static const char * browse_files_xpm[] = {
"16 16 66 1", "16 16 66 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * fonts_xpm[] = { static const char * fonts_xpm[] = {
"16 16 46 1", "16 16 46 1",
" c None", " c None",
". c #70653B", ". c #70653B",
......
/* XPM */ /* XPM */
static char * new_project_xpm[] = { static const char * new_project_xpm[] = {
"16 16 30 1", "16 16 30 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * save_project_xpm[] = { static const char * save_project_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * icon_cvpcb_small_xpm[] = { static const char * icon_cvpcb_small_xpm[] = {
"16 16 132 2", "16 16 132 2",
" c None", " c None",
". c #FF7800", ". c #FF7800",
......
/* XPM */ /* XPM */
static char * icon_gerbview_small_xpm[] = { static const char * icon_gerbview_small_xpm[] = {
"16 16 166 2", "16 16 166 2",
" c None", " c None",
". c #424040", ". c #424040",
......
/* XPM */ /* XPM */
static char * new_cvpcb_xpm[] = { static const char * new_cvpcb_xpm[] = {
"16 16 87 1", "16 16 87 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * new_gerb_xpm[] = { static const char * new_gerb_xpm[] = {
"16 16 78 1", "16 16 78 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * new_pcb_xpm[] = { static const char * new_pcb_xpm[] = {
"16 16 35 1", "16 16 35 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * new_python_xpm[] = { static const char * new_python_xpm[] = {
"16 16 112 2", "16 16 112 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * new_sch_xpm[] = { static const char * new_sch_xpm[] = {
"16 16 66 1", "16 16 66 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * reload_xpm[] = { static const char * reload_xpm[] = {
"16 16 152 2", "16 16 152 2",
" c None", " c None",
". c #3ACF73", ". c #3ACF73",
......
/* XPM */ /* XPM */
static char * unknown_xpm[] = { static const char * unknown_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #C6C6D5", ". c #C6C6D5",
......
/* XPM */ /* XPM */
static char * unzip_xpm[] = { static const char * unzip_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c none", " c none",
". c #060304", ". c #060304",
......
/* XPM */ /* XPM */
static char * zip_xpm[] = { static const char * zip_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c none", " c none",
". c #060304", ". c #060304",
......
/* XPM */ /* XPM */
static char *zip_tool_xpm[] = { static const char *zip_tool_xpm[] = {
/* width height num_colors chars_per_pixel */ /* width height num_colors const chars_per_pixel */
"16 15 16 1", "16 15 16 1",
"A c #040604", "A c #040604",
"B c #9C9A04", "B c #9C9A04",
......
/* XPM */ /* XPM */
static char * add_mires_xpm[] = { static const char * add_mires_xpm[] = {
"16 16 64 1", "16 16 64 1",
" c None", " c None",
"! c black", "! c black",
......
/* XPM */ /* XPM */
static char * add_tracks_xpm[] = { static const char * add_tracks_xpm[] = {
"16 16 16 1", "16 16 16 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * add_zone_xpm[] = { static const char * add_zone_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Break_Line_xpm[] = { static const char * Break_Line_xpm[] = {
"16 16 34 1", "16 16 34 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * Delete_Line_xpm[] = { static const char * Delete_Line_xpm[] = {
"16 16 131 2", "16 16 131 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Delete_Module_xpm[] = { static const char * Delete_Module_xpm[] = {
"16 16 129 2", "16 16 129 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Delete_Net_xpm[] = { static const char * Delete_Net_xpm[] = {
"16 16 128 2", "16 16 128 2",
" c None", " c None",
". c #005900", ". c #005900",
......
/* XPM */ /* XPM */
static char * Delete_Node_xpm[] = { static const char * Delete_Node_xpm[] = {
"16 16 132 2", "16 16 132 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Delete_Pad_xpm[] = { static const char * Delete_Pad_xpm[] = {
"16 16 120 2", "16 16 120 2",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Delete_Track_xpm[] = { static const char * Delete_Track_xpm[] = {
"16 16 115 2", "16 16 115 2",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Drag_Module_xpm[] = { static const char * Drag_Module_xpm[] = {
"16 16 63 1", "16 16 63 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * drag_pad_xpm[] = { static const char * drag_pad_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Edges_Sketch_xpm[] = { static const char * Edges_Sketch_xpm[] = {
"16 16 3 1", "16 16 3 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * Edit_Module_xpm[] = { static const char * Edit_Module_xpm[] = {
"16 16 48 1", "16 16 48 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * export_module_xpm[] = { static const char * export_module_xpm[] = {
"16 16 86 1", "16 16 86 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Export_Options_Pad_xpm[] = { static const char * Export_Options_Pad_xpm[] = {
"16 16 71 1", "16 16 71 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Flag_xpm[] = { static const char * Flag_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * global_options_pad_xpm[] = { static const char * global_options_pad_xpm[] = {
"16 16 81 1", "16 16 81 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * import_module_xpm[] = { static const char * import_module_xpm[] = {
"16 16 79 1", "16 16 79 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * insert_module_board_xpm[] = { static const char * insert_module_board_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * invert_module_xpm[] = { static const char * invert_module_xpm[] = {
"16 16 31 1", "16 16 31 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * load_module_board_xpm[] = { static const char * load_module_board_xpm[] = {
"16 16 80 1", "16 16 80 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Load_Module_Lib_xpm[] = { static const char * Load_Module_Lib_xpm[] = {
"16 16 143 2", "16 16 143 2",
" c None", " c None",
". c #050607", ". c #050607",
......
/* XPM */ /* XPM */
static char * Locked_xpm[] = { static const char * Locked_xpm[] = {
"16 16 90 1", "16 16 90 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * mode_module_xpm[] = { static const char * mode_module_xpm[] = {
"16 16 96 2", "16 16 96 2",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mode_track_xpm[] = { static const char * mode_track_xpm[] = {
"16 16 42 1", "16 16 42 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Modul_Edit_xpm[] = { static const char * Modul_Edit_xpm[] = {
"16 16 37 1", "16 16 37 1",
" c None", " c None",
". c #FF7800", ". c #FF7800",
......
/* XPM */ /* XPM */
static char * module_check_xpm[] = { static const char * module_check_xpm[] = {
"16 16 129 2", "16 16 129 2",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * Module_Ratsnet_xpm[] = { static const char * Module_Ratsnet_xpm[] = {
"16 16 39 1", "16 16 39 1",
" c None", " c None",
". c #FFFFFF", ". c #FFFFFF",
......
/* XPM */ /* XPM */
static char * Move_Field_xpm[] = { static const char * Move_Field_xpm[] = {
"16 16 62 1", "16 16 62 1",
" c None", " c None",
". c #D2D2D2", ". c #D2D2D2",
......
/* XPM */ /* XPM */
static char * Move_Module_xpm[] = { static const char * Move_Module_xpm[] = {
"16 16 55 1", "16 16 55 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * move_pad_xpm[] = { static const char * move_pad_xpm[] = {
"16 16 44 1", "16 16 44 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Move_Pin_xpm[] = { static const char * Move_Pin_xpm[] = {
"16 16 56 1", "16 16 56 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
...@@ -57,4 +57,4 @@ static const char * move_track_xpm[] = { ...@@ -57,4 +57,4 @@ static const char * move_track_xpm[] = {
" !FGH!! ", " !FGH!! ",
" CIJ! ", " CIJ! ",
" ! ", " ! ",
" "}; " "};
\ No newline at end of file
/* XPM */ /* XPM */
static char * Net_HighLight_xpm[] = { static const char * Net_HighLight_xpm[] = {
"16 16 74 1", "16 16 74 1",
" c None", " c None",
". c #46FF00", ". c #46FF00",
......
/* XPM */ /* XPM */
static char * Net_Locked_xpm[] = { static const char * Net_Locked_xpm[] = {
"16 16 90 1", "16 16 90 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Net_UnLocked_xpm[] = { static const char * Net_UnLocked_xpm[] = {
"16 16 90 1", "16 16 90 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * new_footprint_xpm[] = { static const char * new_footprint_xpm[] = {
"16 16 15 1", "16 16 15 1",
" c None", " c None",
". c #FFF500", ". c #FFF500",
......
/* XPM */ /* XPM */
static char * New_Module_xpm[] = { static const char * New_Module_xpm[] = {
"16 16 73 1", "16 16 73 1",
" c None", " c None",
". c #FFF500", ". c #FFF500",
......
/* XPM */ /* XPM */
static char * options_all_tracks_and_vias_xpm[] = { static const char * options_all_tracks_and_vias_xpm[] = {
"16 16 49 1", "16 16 49 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Options_All_Tracks_xpm[] = { static const char * Options_All_Tracks_xpm[] = {
"16 16 39 1", "16 16 39 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Options_All_Vias_xpm[] = { static const char * Options_All_Vias_xpm[] = {
"16 16 56 1", "16 16 56 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * Options_Module_xpm[] = { static const char * Options_Module_xpm[] = {
"16 16 53 1", "16 16 53 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Options_Track_xpm[] = { static const char * Options_Track_xpm[] = {
"16 16 45 1", "16 16 45 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Options_Tracks_xpm[] = { static const char * Options_Tracks_xpm[] = {
"16 16 36 1", "16 16 36 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Options_Vias_xpm[] = { static const char * Options_Vias_xpm[] = {
"16 16 44 1", "16 16 44 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * pcb_offset_xpm[] = { static const char * pcb_offset_xpm[] = {
"16 16 7 1", "16 16 7 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * post_compo_xpm[] = { static const char * post_compo_xpm[] = {
"16 16 62 1", "16 16 62 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * post_drill_xpm[] = { static const char * post_drill_xpm[] = {
"16 16 35 1", "16 16 35 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Post_Module_xpm[] = { static const char * Post_Module_xpm[] = {
"16 16 52 1", "16 16 52 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Rotate_Field_xpm[] = { static const char * Rotate_Field_xpm[] = {
"16 16 76 1", "16 16 76 1",
" c None", " c None",
". c #D2D2D2", ". c #D2D2D2",
......
/* XPM */ /* XPM */
static char * rotate_module_pos_xpm[] = { static const char * rotate_module_pos_xpm[] = {
"16 16 77 1", "16 16 77 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * rotate_module_neg_xpm[] = { static const char * rotate_module_neg_xpm[] = {
"16 16 89 1", "16 16 89 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * select_layer_pair_xpm[] = { static const char * select_layer_pair_xpm[] = {
"16 16 75 1", "16 16 75 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * Select_W_Layer_xpm[] = { static const char * Select_W_Layer_xpm[] = {
"16 16 24 1", "16 16 24 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * show_zone_xpm[] = { static const char * show_zone_xpm[] = {
"16 16 71 1", "16 16 71 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * swap_layer_xpm[] = { static const char * swap_layer_xpm[] = {
"16 16 6 1", "16 16 6 1",
" c None", " c None",
". c #B70000", ". c #B70000",
......
/* XPM */ /* XPM */
static char * Track_Locked_xpm[] = { static const char * Track_Locked_xpm[] = {
"16 16 89 1", "16 16 89 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Track_Sketch_xpm[] = { static const char * Track_Sketch_xpm[] = {
"16 16 5 1", "16 16 5 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Track_UnLocked_xpm[] = { static const char * Track_UnLocked_xpm[] = {
"16 16 81 1", "16 16 81 1",
" c None", " c None",
". c #007D00", ". c #007D00",
......
/* XPM */ /* XPM */
static char * Unlocked_xpm[] = { static const char * Unlocked_xpm[] = {
"16 16 88 1", "16 16 88 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * update_module_board_xpm[] = { static const char * update_module_board_xpm[] = {
"16 16 81 1", "16 16 81 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * width_track_xpm[] = { static const char * width_track_xpm[] = {
"16 16 9 1", "16 16 9 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * add_cotation_xpm[] = { static const char * add_cotation_xpm[] = {
"16 16 14 1", "16 16 14 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * local_ratsnet_xpm[] = { static const char * local_ratsnet_xpm[] = {
"16 16 61 1", "16 16 61 1",
" c None", " c None",
". c #FFFFFF", ". c #FFFFFF",
......
/* XPM */ /* XPM */
static char * module_options_xpm[] = { static const char * module_options_xpm[] = {
"16 16 65 1", "16 16 65 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mw_Add_Gap_xpm[] = { static const char * mw_Add_Gap_xpm[] = {
"16 16 13 1", "16 16 13 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mw_Add_Line_xpm[] = { static const char * mw_Add_Line_xpm[] = {
"16 16 6 1", "16 16 6 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mw_Add_Shape_xpm[] = { static const char * mw_Add_Shape_xpm[] = {
"16 16 21 1", "16 16 21 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mw_Add_Stub_xpm[] = { static const char * mw_Add_Stub_xpm[] = {
"16 16 14 1", "16 16 14 1",
" c None", " c None",
". c #D72E2E", ". c #D72E2E",
......
/* XPM */ /* XPM */
static char * mw_Add_stub_arc_xpm[] = { static const char * mw_Add_stub_arc_xpm[] = {
"16 16 55 1", "16 16 55 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
static char * mw_toolbar_xpm[] = { static const char * mw_toolbar_xpm[] = {
"16 16 67 1", "16 16 67 1",
" c None", " c None",
". c #000000", ". c #000000",
......
/* XPM */ /* XPM */
char *net_hightlight_xpm[] = { const char *net_hightlight_xpm[] = {
/* columns rows colors chars-per-pixel */ /* columns rows colors const chars-per-pixel */
"16 16 3 1", "16 16 3 1",
"- c #008000", "- c #008000",
". c #00FF00", ". c #00FF00",
......
/* XPM */ /* XPM */
static char * tool_ratsnet_xpm[] = { static const char * tool_ratsnet_xpm[] = {
"16 16 53 1", "16 16 53 1",
" c None", " c None",
". c #FFFFFF", ". c #FFFFFF",
......
...@@ -230,7 +230,7 @@ const char** BOARD_ITEM::MenuIcon() const ...@@ -230,7 +230,7 @@ const char** BOARD_ITEM::MenuIcon() const
* @return an icon pointer (can be NULL) * @return an icon pointer (can be NULL)
*/ */
{ {
char** xpm; const char** xpm;
const BOARD_ITEM* item = this; const BOARD_ITEM* item = this;
switch( item->Type() ) switch( item->Type() )
......
...@@ -346,7 +346,8 @@ void WinEDA_PcbFrame::GenModuleReport( wxCommandEvent& event ) ...@@ -346,7 +346,8 @@ void WinEDA_PcbFrame::GenModuleReport( wxCommandEvent& event )
sprintf( Line, "orientation %.2f\n", (float) (pad->m_Orient - Module->m_Orient) / 10 ); sprintf( Line, "orientation %.2f\n", (float) (pad->m_Orient - Module->m_Orient) / 10 );
fputs( Line, rptfile ); fputs( Line, rptfile );
char* shape_name[6] = { "??? ", "Circ", "Rect", "Oval", "trap", "spec" }; const char* shape_name[6] =
{ "??? ", "Circ", "Rect", "Oval", "trap", "spec" };
sprintf( Line, "Shape %s\n", shape_name[pad->m_PadShape] ); sprintf( Line, "Shape %s\n", shape_name[pad->m_PadShape] );
fputs( Line, rptfile ); fputs( Line, rptfile );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment