switching to the new python scripting console icon
This commit is contained in:
parent
4da4a558a9
commit
3329ed26f3
|
@ -307,7 +307,7 @@ void PCB_EDIT_FRAME::ReCreateHToolbar()
|
||||||
// Access to the scripting console
|
// Access to the scripting console
|
||||||
#ifdef KICAD_SCRIPTING_WXPYTHON
|
#ifdef KICAD_SCRIPTING_WXPYTHON
|
||||||
m_mainToolBar->AddTool( ID_TOOLBARH_PCB_SCRIPTING_CONSOLE, wxEmptyString,
|
m_mainToolBar->AddTool( ID_TOOLBARH_PCB_SCRIPTING_CONSOLE, wxEmptyString,
|
||||||
KiBitmap( book_xpm ),
|
KiBitmap( py_script_xpm ),
|
||||||
_( "Show/Hide the Scripting console" ) );
|
_( "Show/Hide the Scripting console" ) );
|
||||||
|
|
||||||
m_mainToolBar->AddSeparator();
|
m_mainToolBar->AddSeparator();
|
||||||
|
|
Loading…
Reference in New Issue