Pcbnew: fix bad icon in ModEdit toolbar.
This commit is contained in:
parent
790b6b54f5
commit
1259683846
|
@ -7,9 +7,9 @@
|
|||
|
||||
#ifndef KICAD_BUILD_VERSION
|
||||
#if defined KICAD_GOST
|
||||
# define KICAD_BUILD_VERSION "(2011-oct-27 GOST)"
|
||||
# define KICAD_BUILD_VERSION "(2011-nov-12 GOST)"
|
||||
#else
|
||||
# define KICAD_BUILD_VERSION "(2011-oct-27)"
|
||||
# define KICAD_BUILD_VERSION "(2011-nov-12)"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
; General Product Description Definitions
|
||||
!define PRODUCT_NAME "KiCad"
|
||||
!define PRODUCT_VERSION "2011.10.27"
|
||||
!define PRODUCT_VERSION "2011.11.12"
|
||||
!define PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
|
||||
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
|
||||
!define COMPANY_NAME ""
|
||||
|
|
|
@ -47,7 +47,8 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
|
|||
m_HToolBar->AddTool( ID_MODEDIT_NEW_MODULE, wxEmptyString, KiBitmap( new_footprint_xpm ),
|
||||
_( "New module" ) );
|
||||
|
||||
m_HToolBar->AddTool( ID_MODEDIT_LOAD_MODULE, wxEmptyString, KiBitmap( module_xpm ),
|
||||
m_HToolBar->AddTool( ID_MODEDIT_LOAD_MODULE, wxEmptyString,
|
||||
KiBitmap( load_module_lib_xpm ),
|
||||
_( "Load module from library" ) );
|
||||
|
||||
m_HToolBar->AddSeparator();
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
release version:
|
||||
2011 oct 27
|
||||
2011 nov 12
|
||||
files (.zip,.tgz):
|
||||
kicad-2011-10-27
|
||||
kicad-2011-11-12
|
||||
|
|
Loading…
Reference in New Issue