Commit 12596838 authored by jean-pierre charras's avatar jean-pierre charras

Pcbnew: fix bad icon in ModEdit toolbar.

parent 790b6b54
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#ifndef KICAD_BUILD_VERSION #ifndef KICAD_BUILD_VERSION
#if defined KICAD_GOST #if defined KICAD_GOST
# define KICAD_BUILD_VERSION "(2011-oct-27 GOST)" # define KICAD_BUILD_VERSION "(2011-nov-12 GOST)"
#else #else
# define KICAD_BUILD_VERSION "(2011-oct-27)" # define KICAD_BUILD_VERSION "(2011-nov-12)"
#endif #endif
#endif #endif
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
; General Product Description Definitions ; General Product Description Definitions
!define PRODUCT_NAME "KiCad" !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 PRODUCT_WEB_SITE "http://iut-tice.ujf-grenoble.fr/kicad/"
!define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/" !define SOURCEFORGE_WEB_SITE "http://kicad.sourceforge.net/"
!define COMPANY_NAME "" !define COMPANY_NAME ""
......
...@@ -47,7 +47,8 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar() ...@@ -47,7 +47,8 @@ void FOOTPRINT_EDIT_FRAME::ReCreateHToolbar()
m_HToolBar->AddTool( ID_MODEDIT_NEW_MODULE, wxEmptyString, KiBitmap( new_footprint_xpm ), m_HToolBar->AddTool( ID_MODEDIT_NEW_MODULE, wxEmptyString, KiBitmap( new_footprint_xpm ),
_( "New module" ) ); _( "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" ) ); _( "Load module from library" ) );
m_HToolBar->AddSeparator(); m_HToolBar->AddSeparator();
......
release version: release version:
2011 oct 27 2011 nov 12
files (.zip,.tgz): files (.zip,.tgz):
kicad-2011-10-27 kicad-2011-11-12
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