From b7eaed3fe538634db6c7769be291ac7d13716d58 Mon Sep 17 00:00:00 2001 From: kajtek1 Date: Thu, 22 May 2008 14:22:57 +0000 Subject: [PATCH] Moved and fixed all XPM files to /bitmaps directory. Fixed all related files also. --- bitmaps/Add_Corner.xpm | 4 +- bitmaps/Break_Line.xpm | 4 +- bitmaps/CMakeLists.txt | 94 ++++++++++++++++++++++++++++++++++ bitmaps/Delete_Module.xpm | 4 +- bitmaps/Delete_Net.xpm | 4 +- bitmaps/Delete_Node.xpm | 4 +- bitmaps/Delete_Pad.xpm | 4 +- bitmaps/Delete_Polygon.xpm | 4 +- bitmaps/Delete_Track.xpm | 4 +- bitmaps/Drag_Module.xpm | 4 +- bitmaps/Edges_Sketch.xpm | 4 +- bitmaps/Edit_Module.xpm | 4 +- bitmaps/Export_Options_Pad.xpm | 4 +- bitmaps/Flag.xpm | 4 +- bitmaps/Load_Module_Lib.xpm | 4 +- bitmaps/Locked.xpm | 4 +- bitmaps/Modul_Edit.xpm | 4 +- bitmaps/Module_Ratsnet.xpm | 4 +- bitmaps/Move_Module.xpm | 4 +- bitmaps/Move_Pin.xpm | 4 +- bitmaps/Net_HighLight.xpm | 4 +- bitmaps/Net_Locked.xpm | 4 +- bitmaps/Net_UnLocked.xpm | 4 +- bitmaps/New_Module.xpm | 4 +- bitmaps/Options_All_Tracks.xpm | 4 +- bitmaps/Options_All_Vias.xpm | 4 +- bitmaps/Options_Module.xpm | 4 +- bitmaps/Options_Track.xpm | 4 +- bitmaps/Options_Tracks.xpm | 4 +- bitmaps/Options_Vias.xpm | 4 +- bitmaps/Post_Module.xpm | 4 +- bitmaps/Select_W_Layer.xpm | 4 +- bitmaps/Track_Locked.xpm | 4 +- bitmaps/Track_Sketch.xpm | 4 +- bitmaps/Track_UnLocked.xpm | 4 +- bitmaps/Unlocked.xpm | 4 +- 36 files changed, 164 insertions(+), 70 deletions(-) diff --git a/bitmaps/Add_Corner.xpm b/bitmaps/Add_Corner.xpm index 6bd8cb1a7c..2f2c69b4a0 100644 --- a/bitmaps/Add_Corner.xpm +++ b/bitmaps/Add_Corner.xpm @@ -1,9 +1,9 @@ /* XPM */ #ifndef XPMMAIN -extern const char *Add_Corner_xpm[]; +extern const char *add_corner_xpm[]; #else -const char * Add_Corner_xpm[] = { +const char * add_corner_xpm[] = { /* columns rows colors chars-per-pixel */ "16 16 7 1", " c None", diff --git a/bitmaps/Break_Line.xpm b/bitmaps/Break_Line.xpm index 297af4180d..b18f95a386 100644 --- a/bitmaps/Break_Line.xpm +++ b/bitmaps/Break_Line.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Break_Line_xpm[]; +extern const char* break_line_xpm[]; #else -const char * Break_Line_xpm[] = { +const char * break_line_xpm[] = { "16 16 34 1", " c None", ". c #D72E2E", diff --git a/bitmaps/CMakeLists.txt b/bitmaps/CMakeLists.txt index 37a4607d9d..57c8600940 100644 --- a/bitmaps/CMakeLists.txt +++ b/bitmaps/CMakeLists.txt @@ -290,6 +290,100 @@ set( BITMAP_SRCS Zoom_Selected.xpm Zoom_Select.xpm zoom.xpm +# 3d-viewer + axis3d_back.xpm + axis3d_bottom.xpm + axis3d_front.xpm + axis3d_left.xpm + axis3d_right.xpm + axis3d_top.xpm + axis3d.xpm + import3d.xpm + rotate-x.xpm + rotate+x.xpm + rotate-y.xpm + rotate+y.xpm + rotate-z.xpm + rotate+z.xpm + zoomoins3d.xpm + zoompage3d.xpm + zoomplus3d.xpm + zoomrefr3d.xpm +# common +# Icons for language choice (currently, used only for Windows, but needed also for linux for compilation compatibility) + Lang_Catalan.xpm + Lang_chinese.xpm + Lang_Default.xpm + Lang_De.xpm + Lang_En.xpm + Lang_Es.xpm + Lang_Fr.xpm + Lang_Hu.xpm + Lang_It.xpm + Lang_Ko.xpm + Lang_Nl.xpm + Lang_Pl.xpm + Lang_Pt.xpm + Lang_Ru.xpm + Lang_Sl.xpm + Language.xpm +# cvpcb + delete_association.xpm + module_filtered_list.xpm + module_full_list.xpm +# eeschema + Break_Bus.xpm +# Break_Line.xpm + cvpcb.xpm + Delete_Bus.xpm + Delete_Connection.xpm + Delete_GLabel.xpm +# Delete_Node.xpm + Delete_Pinsheet.xpm + Delete_Pin.xpm + Delete_Sheet.xpm + Edit_Comp_Footprint.xpm + Edit_Component.xpm + Edit_Comp_Ref.xpm + Edit_Comp_Value.xpm + Edit_Part.xpm + Edit_Sheet.xpm + Enter_Sheet.xpm + GLabel2Label.xpm + GLabel2Text.xpm + GL_Change.xpm + Hidden_Pin.xpm + Hierarchy_cursor.xpm + Hierarchy_Nav.xpm +# import_hierarchical_label.xpm + Label2GLabel.xpm + Label2Text.xpm + Leave_Sheet.xpm + libedit_icon.xpm + libedit.xpm + Lib_next.xpm + Lib_previous.xpm + library_browse.xpm + Lines90.xpm +# Mirror_H.xpm +# Mirror_V.xpm + Move_GLabel.xpm + Move_Pinsheet.xpm + Move_Sheet.xpm + new_component.xpm + Normal.xpm + Options_Pinsheet.xpm + Options_Pin.xpm + part_properties.xpm + pin2pin.xpm + Pin_Name_to.xpm + Pin_Number_to.xpm + Pin_Size_to.xpm + Pin_to.xpm + Resize_Sheet.xpm + Rotate_GLabel.xpm + Rotate_Pin.xpm + viewlibs_icon.xpm ) diff --git a/bitmaps/Delete_Module.xpm b/bitmaps/Delete_Module.xpm index 7ee9241aad..ae3f6a9bd4 100644 --- a/bitmaps/Delete_Module.xpm +++ b/bitmaps/Delete_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Delete_Module_xpm[]; +extern const char* delete_module_xpm[]; #else -const char * Delete_Module_xpm[] = { +const char * delete_module_xpm[] = { "16 16 129 2", " c None", ". c #000000", diff --git a/bitmaps/Delete_Net.xpm b/bitmaps/Delete_Net.xpm index 8ef3996512..50de155502 100644 --- a/bitmaps/Delete_Net.xpm +++ b/bitmaps/Delete_Net.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Delete_Net_xpm[]; +extern const char* delete_net_xpm[]; #else -const char * Delete_Net_xpm[] = { +const char * delete_net_xpm[] = { "16 16 128 2", " c None", ". c #005900", diff --git a/bitmaps/Delete_Node.xpm b/bitmaps/Delete_Node.xpm index 5ed666fec3..fabea2b132 100644 --- a/bitmaps/Delete_Node.xpm +++ b/bitmaps/Delete_Node.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Delete_Node_xpm[]; +extern const char* delete_node_xpm[]; #else -const char * Delete_Node_xpm[] = { +const char * delete_node_xpm[] = { "16 16 132 2", " c None", ". c #007D00", diff --git a/bitmaps/Delete_Pad.xpm b/bitmaps/Delete_Pad.xpm index 212bcbcc41..2da3fd15b3 100644 --- a/bitmaps/Delete_Pad.xpm +++ b/bitmaps/Delete_Pad.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Delete_Pad_xpm[]; +extern const char* delete_pad_xpm[]; #else -const char * Delete_Pad_xpm[] = { +const char * delete_pad_xpm[] = { "16 16 120 2", " c None", ". c #000000", diff --git a/bitmaps/Delete_Polygon.xpm b/bitmaps/Delete_Polygon.xpm index a3878eecb0..0a8fcf0359 100644 --- a/bitmaps/Delete_Polygon.xpm +++ b/bitmaps/Delete_Polygon.xpm @@ -1,9 +1,9 @@ /* XPM */ #ifndef XPMMAIN -extern const char *Delete_Polygon_xpm[]; +extern const char *delete_polygon_xpm[]; #else -const char * Delete_Polygon_xpm[] = { +const char * delete_polygon_xpm[] = { "16 16 120 2", " c None", ". c #00009B", diff --git a/bitmaps/Delete_Track.xpm b/bitmaps/Delete_Track.xpm index a6f1255156..8ecf09bd7e 100644 --- a/bitmaps/Delete_Track.xpm +++ b/bitmaps/Delete_Track.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Delete_Track_xpm[]; +extern const char* delete_track_xpm[]; #else -const char * Delete_Track_xpm[] = { +const char * delete_track_xpm[] = { "16 16 115 2", " c None", ". c #007D00", diff --git a/bitmaps/Drag_Module.xpm b/bitmaps/Drag_Module.xpm index 7359759f68..aa499819fb 100644 --- a/bitmaps/Drag_Module.xpm +++ b/bitmaps/Drag_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Drag_Module_xpm[]; +extern const char* drag_module_xpm[]; #else -const char * Drag_Module_xpm[] = { +const char * drag_module_xpm[] = { "16 16 63 1", " c None", ". c #000000", diff --git a/bitmaps/Edges_Sketch.xpm b/bitmaps/Edges_Sketch.xpm index 1c4a3b047a..f26600d4f8 100644 --- a/bitmaps/Edges_Sketch.xpm +++ b/bitmaps/Edges_Sketch.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Edges_Sketch_xpm[]; +extern const char* edges_sketch_xpm[]; #else -const char * Edges_Sketch_xpm[] = { +const char * edges_sketch_xpm[] = { "16 16 3 1", " c None", ". c #D72E2E", diff --git a/bitmaps/Edit_Module.xpm b/bitmaps/Edit_Module.xpm index d4e307de8f..050a03cbf1 100644 --- a/bitmaps/Edit_Module.xpm +++ b/bitmaps/Edit_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Edit_Module_xpm[]; +extern const char* edit_module_xpm[]; #else -const char * Edit_Module_xpm[] = { +const char * edit_module_xpm[] = { "16 16 48 1", " c None", ". c #000000", diff --git a/bitmaps/Export_Options_Pad.xpm b/bitmaps/Export_Options_Pad.xpm index 070dde8ea9..7bb9185d58 100644 --- a/bitmaps/Export_Options_Pad.xpm +++ b/bitmaps/Export_Options_Pad.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Export_Options_Pad_xpm[]; +extern const char* export_options_pad_xpm[]; #else -const char * Export_Options_Pad_xpm[] = { +const char * export_options_pad_xpm[] = { "16 16 71 1", " c None", ". c #000000", diff --git a/bitmaps/Flag.xpm b/bitmaps/Flag.xpm index f942aa31af..7ca2d91b6b 100644 --- a/bitmaps/Flag.xpm +++ b/bitmaps/Flag.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Flag_xpm[]; +extern const char* flag_xpm[]; #else -const char * Flag_xpm[] = { +const char * flag_xpm[] = { "16 16 24 1", " c None", ". c #000000", diff --git a/bitmaps/Load_Module_Lib.xpm b/bitmaps/Load_Module_Lib.xpm index e09eaac02e..b7ad3d3fb8 100644 --- a/bitmaps/Load_Module_Lib.xpm +++ b/bitmaps/Load_Module_Lib.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Load_Module_Lib_xpm[]; +extern const char* load_module_lib_xpm[]; #else -const char * Load_Module_Lib_xpm[] = { +const char * load_module_lib_xpm[] = { "16 16 143 2", " c None", ". c #050607", diff --git a/bitmaps/Locked.xpm b/bitmaps/Locked.xpm index a44d76877d..c4c69c95e6 100644 --- a/bitmaps/Locked.xpm +++ b/bitmaps/Locked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Locked_xpm[]; +extern const char* locked_xpm[]; #else -const char * Locked_xpm[] = { +const char * locked_xpm[] = { "16 16 90 1", " c None", ". c #000000", diff --git a/bitmaps/Modul_Edit.xpm b/bitmaps/Modul_Edit.xpm index cf50ceea3f..5c2d886d67 100644 --- a/bitmaps/Modul_Edit.xpm +++ b/bitmaps/Modul_Edit.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Modul_Edit_xpm[]; +extern const char* module_edit_xpm[]; #else -const char * Modul_Edit_xpm[] = { +const char * module_edit_xpm[] = { "16 16 37 1", " c None", ". c #FF7800", diff --git a/bitmaps/Module_Ratsnet.xpm b/bitmaps/Module_Ratsnet.xpm index eb24402f6c..7f026c85cd 100644 --- a/bitmaps/Module_Ratsnet.xpm +++ b/bitmaps/Module_Ratsnet.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Module_Ratsnet_xpm[]; +extern const char* module_ratsnet_xpm[]; #else -const char * Module_Ratsnet_xpm[] = { +const char * module_ratsnet_xpm[] = { "16 16 39 1", " c None", ". c #FFFFFF", diff --git a/bitmaps/Move_Module.xpm b/bitmaps/Move_Module.xpm index 200dfd1080..56f0a398eb 100644 --- a/bitmaps/Move_Module.xpm +++ b/bitmaps/Move_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Move_Module_xpm[]; +extern const char* move_module_xpm[]; #else -const char * Move_Module_xpm[] = { +const char * move_module_xpm[] = { "16 16 55 1", " c None", ". c #000000", diff --git a/bitmaps/Move_Pin.xpm b/bitmaps/Move_Pin.xpm index bb3fb26552..c20c48a0fd 100644 --- a/bitmaps/Move_Pin.xpm +++ b/bitmaps/Move_Pin.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Move_Pin_xpm[]; +extern const char* move_pin_xpm[]; #else -const char * Move_Pin_xpm[] = { +const char * move_pin_xpm[] = { "16 16 56 1", " c None", ". c #D72E2E", diff --git a/bitmaps/Net_HighLight.xpm b/bitmaps/Net_HighLight.xpm index e7a57558fa..0170b776f2 100644 --- a/bitmaps/Net_HighLight.xpm +++ b/bitmaps/Net_HighLight.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Net_HighLight_xpm[]; +extern const char* net_highlight_xpm[]; #else -const char * Net_HighLight_xpm[] = { +const char * net_highlight_xpm[] = { "16 16 74 1", " c None", ". c #46FF00", diff --git a/bitmaps/Net_Locked.xpm b/bitmaps/Net_Locked.xpm index a6e3ff12c1..54162860da 100644 --- a/bitmaps/Net_Locked.xpm +++ b/bitmaps/Net_Locked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Net_Locked_xpm[]; +extern const char* net_locked_xpm[]; #else -const char * Net_Locked_xpm[] = { +const char * net_locked_xpm[] = { "16 16 90 1", " c None", ". c #007D00", diff --git a/bitmaps/Net_UnLocked.xpm b/bitmaps/Net_UnLocked.xpm index 98d325ee42..f71bf467b3 100644 --- a/bitmaps/Net_UnLocked.xpm +++ b/bitmaps/Net_UnLocked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Net_UnLocked_xpm[]; +extern const char* net_unlocked_xpm[]; #else -const char * Net_UnLocked_xpm[] = { +const char * net_unlocked_xpm[] = { "16 16 90 1", " c None", ". c #007D00", diff --git a/bitmaps/New_Module.xpm b/bitmaps/New_Module.xpm index f69ec5d0d9..04cf191825 100644 --- a/bitmaps/New_Module.xpm +++ b/bitmaps/New_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* New_Module_xpm[]; +extern const char* new_module_xpm[]; #else -const char * New_Module_xpm[] = { +const char * new_module_xpm[] = { "16 16 73 1", " c None", ". c #FFF500", diff --git a/bitmaps/Options_All_Tracks.xpm b/bitmaps/Options_All_Tracks.xpm index abb126d5b9..7452e510d1 100644 --- a/bitmaps/Options_All_Tracks.xpm +++ b/bitmaps/Options_All_Tracks.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_All_Tracks_xpm[]; +extern const char* options_all_tracks_xpm[]; #else -const char * Options_All_Tracks_xpm[] = { +const char * options_all_tracks_xpm[] = { "16 16 39 1", " c None", ". c #007D00", diff --git a/bitmaps/Options_All_Vias.xpm b/bitmaps/Options_All_Vias.xpm index a7fc7dfbfd..586761ed60 100644 --- a/bitmaps/Options_All_Vias.xpm +++ b/bitmaps/Options_All_Vias.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_All_Vias_xpm[]; +extern const char* options_all_vias_xpm[]; #else -const char * Options_All_Vias_xpm[] = { +const char * options_all_vias_xpm[] = { "16 16 56 1", " c None", ". c #D72E2E", diff --git a/bitmaps/Options_Module.xpm b/bitmaps/Options_Module.xpm index a969b9e553..efce51b709 100644 --- a/bitmaps/Options_Module.xpm +++ b/bitmaps/Options_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_Module_xpm[]; +extern const char* options_module_xpm[]; #else -const char * Options_Module_xpm[] = { +const char * options_module_xpm[] = { "16 16 53 1", " c None", ". c #000000", diff --git a/bitmaps/Options_Track.xpm b/bitmaps/Options_Track.xpm index 06044b27fd..e71b6d27c1 100644 --- a/bitmaps/Options_Track.xpm +++ b/bitmaps/Options_Track.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_Track_xpm[]; +extern const char* options_track_xpm[]; #else -const char * Options_Track_xpm[] = { +const char * options_track_xpm[] = { "16 16 45 1", " c None", ". c #007D00", diff --git a/bitmaps/Options_Tracks.xpm b/bitmaps/Options_Tracks.xpm index bb379139f5..6ba475bdcf 100644 --- a/bitmaps/Options_Tracks.xpm +++ b/bitmaps/Options_Tracks.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_Tracks_xpm[]; +extern const char* options_tracks_xpm[]; #else -const char * Options_Tracks_xpm[] = { +const char * options_tracks_xpm[] = { "16 16 36 1", " c None", ". c #007D00", diff --git a/bitmaps/Options_Vias.xpm b/bitmaps/Options_Vias.xpm index 40de3fd2be..66ba4ee4d5 100644 --- a/bitmaps/Options_Vias.xpm +++ b/bitmaps/Options_Vias.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Options_Vias_xpm[]; +extern const char* options_vias_xpm[]; #else -const char * Options_Vias_xpm[] = { +const char * options_vias_xpm[] = { "16 16 44 1", " c None", ". c #000000", diff --git a/bitmaps/Post_Module.xpm b/bitmaps/Post_Module.xpm index ec2235f66b..55ee483235 100644 --- a/bitmaps/Post_Module.xpm +++ b/bitmaps/Post_Module.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Post_Module_xpm[]; +extern const char* post_module_xpm[]; #else -const char * Post_Module_xpm[] = { +const char * post_module_xpm[] = { "16 16 52 1", " c None", ". c #000000", diff --git a/bitmaps/Select_W_Layer.xpm b/bitmaps/Select_W_Layer.xpm index 9eb9b85bbd..745fa79933 100644 --- a/bitmaps/Select_W_Layer.xpm +++ b/bitmaps/Select_W_Layer.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Select_W_Layer_xpm[]; +extern const char* select_w_layer_xpm[]; #else -const char * Select_W_Layer_xpm[] = { +const char * select_w_layer_xpm[] = { "16 16 24 1", " c None", ". c #000000", diff --git a/bitmaps/Track_Locked.xpm b/bitmaps/Track_Locked.xpm index 503dc1c033..54cf02c01a 100644 --- a/bitmaps/Track_Locked.xpm +++ b/bitmaps/Track_Locked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Track_Locked_xpm[]; +extern const char* track_locked_xpm[]; #else -const char * Track_Locked_xpm[] = { +const char * track_locked_xpm[] = { "16 16 89 1", " c None", ". c #007D00", diff --git a/bitmaps/Track_Sketch.xpm b/bitmaps/Track_Sketch.xpm index 042f45e512..9588a8fb7c 100644 --- a/bitmaps/Track_Sketch.xpm +++ b/bitmaps/Track_Sketch.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Track_Sketch_xpm[]; +extern const char* track_sketch_xpm[]; #else -const char * Track_Sketch_xpm[] = { +const char * track_sketch_xpm[] = { "16 16 5 1", " c None", ". c #007D00", diff --git a/bitmaps/Track_UnLocked.xpm b/bitmaps/Track_UnLocked.xpm index 7509274109..20b88fcd00 100644 --- a/bitmaps/Track_UnLocked.xpm +++ b/bitmaps/Track_UnLocked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Track_UnLocked_xpm[]; +extern const char* track_unlocked_xpm[]; #else -const char * Track_UnLocked_xpm[] = { +const char * track_unlocked_xpm[] = { "16 16 81 1", " c None", ". c #007D00", diff --git a/bitmaps/Unlocked.xpm b/bitmaps/Unlocked.xpm index 96c99ac749..fa811089ec 100644 --- a/bitmaps/Unlocked.xpm +++ b/bitmaps/Unlocked.xpm @@ -1,8 +1,8 @@ /* XPM */ #ifndef XPMMAIN -extern const char* Unlocked_xpm[]; +extern const char* unlocked_xpm[]; #else -const char * Unlocked_xpm[] = { +const char * unlocked_xpm[] = { "16 16 88 1", " c None", ". c #000000",