Commit 306f5e91 authored by kajtek1's avatar kajtek1

Moved and fixed all XPM files to /bitmaps directory.

Fixed all related files also.
parent 6520df62
......@@ -12,9 +12,7 @@
#include "protos.h"
#include "../bitmaps/ercgreen.xpm"
#include "../bitmaps/ercwarn.xpm"
#include "../bitmaps/ercerr.xpm"
#include "bitmaps.h"
#include "dialog_erc.h"
......
......@@ -19,12 +19,6 @@
#include "id.h"
#include "hotkeys.h"
#include "Pin_to.xpm"
#include "Pin_Size_to.xpm"
#include "Pin_Name_to.xpm"
#include "Pin_Number_to.xpm"
#include "Delete_Pin.xpm"
/* functions to add commands and submenus depending on the item */
static void AddMenusForBlock(wxMenu * PopMenu, WinEDA_LibeditFrame * frame);
static void AddMenusForPin(wxMenu * PopMenu, LibDrawPin* Pin, WinEDA_LibeditFrame * frame);
......
......@@ -18,8 +18,6 @@
#include "id.h"
#include "libedit.xpm"
/*****************************/
/* class WinEDA_LibeditFrame */
/*****************************/
......
......@@ -20,31 +20,6 @@
#include "bitmaps.h"
#include "Enter_Sheet.xpm"
#include "Leave_Sheet.xpm"
#include "Delete_Sheet.xpm"
#include "Resize_Sheet.xpm"
#include "Edit_Sheet.xpm"
#include "Move_Sheet.xpm"
#include "Options_Pinsheet.xpm"
#include "Delete_Pinsheet.xpm"
#include "Delete_Bus.xpm"
#include "Delete_Node.xpm"
#include "Delete_Connection.xpm"
#include "Label2Text.xpm"
#include "Label2GLabel.xpm"
#include "GLabel2Text.xpm"
#include "GLabel2Label.xpm"
#include "Rotate_GLabel.xpm"
#include "GL_Change.xpm"
#include "Edit_Component.xpm"
#include "Break_Line.xpm"
#include "Break_Bus.xpm"
#include "Normal.xpm"
#include "Edit_Comp_Ref.xpm"
#include "Edit_Comp_Value.xpm"
#include "Edit_Comp_Footprint.xpm"
/* functions to add commands and submenus depending on the item */
static void AddMenusForBlock( wxMenu* PopMenu, WinEDA_SchematicFrame* frame );
static void AddMenusForWire( wxMenu* PopMenu, EDA_DrawLineStruct* Wire,
......
......@@ -27,9 +27,6 @@
// USE_XPM_BITMAPS
#include "bitmaps.h"
#include "part_properties.xpm"
#include "pin2pin.xpm"
#include "new_component.xpm"
#include "id.h"
......
......@@ -15,16 +15,7 @@
#define BITMAP wxBitmap
#include "bitmaps.h" /* general bitmaps */
/* Specific bitmaps */
#include "cvpcb.xpm"
#include "Hierarchy_Nav.xpm"
#include "Hierarchy_cursor.xpm"
#include "library_browse.xpm"
#include "libedit.xpm"
#include "Lines90.xpm"
#include "Hidden_Pin.xpm"
#include "bitmaps.h"
#include "id.h"
......
......@@ -20,9 +20,6 @@
#include "id.h"
#include "Lib_previous.xpm"
#include "Lib_next.xpm"
/****************************************************/
void WinEDA_ViewlibFrame::ReCreateHToolbar()
/****************************************************/
......
......@@ -19,8 +19,6 @@
#include "id.h"
#include "library_browse.xpm"
/*****************************/
/* class WinEDA_ViewlibFrame */
/*****************************/
......
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