Commit 3329ed26 authored by Miguel Angel Ajo's avatar Miguel Angel Ajo
Browse files

switching to the new python scripting console icon

parent 4da4a558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();