From 3329ed26f3ab8f32443999cc50474cd55c5e260f Mon Sep 17 00:00:00 2001 From: Miguel Angel Ajo Date: Wed, 12 Feb 2014 22:19:12 +0100 Subject: [PATCH] switching to the new python scripting console icon --- pcbnew/tool_pcb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tool_pcb.cpp b/pcbnew/tool_pcb.cpp index d57011f534..e0f4647a2e 100644 --- a/pcbnew/tool_pcb.cpp +++ b/pcbnew/tool_pcb.cpp @@ -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();