switching to the new python scripting console icon

This commit is contained in:
Miguel Angel Ajo 2014-02-12 22:19:12 +01:00
parent 4da4a558a9
commit 3329ed26f3
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ void PCB_EDIT_FRAME::ReCreateHToolbar()
// Access to the scripting console
#ifdef KICAD_SCRIPTING_WXPYTHON
m_mainToolBar->AddTool( ID_TOOLBARH_PCB_SCRIPTING_CONSOLE, wxEmptyString,
KiBitmap( book_xpm ),
KiBitmap( py_script_xpm ),
_( "Show/Hide the Scripting console" ) );
m_mainToolBar->AddSeparator();