From 40200ceab53fd9ce70694b4029deeb4ea807428a Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 13 Dec 2020 13:27:09 +0000 Subject: [PATCH] Clean up the symbol browser toobar a bit. Fixes https://gitlab.com/kicad/code/kicad/issues/6712 --- eeschema/toolbars_lib_view.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eeschema/toolbars_lib_view.cpp b/eeschema/toolbars_lib_view.cpp index 21e6ab17dc..8d8c4925f0 100644 --- a/eeschema/toolbars_lib_view.cpp +++ b/eeschema/toolbars_lib_view.cpp @@ -26,7 +26,6 @@ #include "eeschema_id.h" #include "lib_view_frame.h" #include "sch_painter.h" -#include #include #include #include @@ -49,10 +48,9 @@ void LIB_VIEW_FRAME::ReCreateHToolbar() } m_mainToolBar->AddTool( ID_LIBVIEW_SELECT_PART, wxEmptyString, - KiScaledBitmap( add_component_xpm, this ), - _( "Select symbol to browse" ) ); + KiScaledBitmap( library_browse_xpm, this ), + _( "Choose symbol" ) ); - m_mainToolBar->AddScaledSeparator( this ); m_mainToolBar->AddTool( ID_LIBVIEW_PREVIOUS, wxEmptyString, KiScaledBitmap( lib_previous_xpm, this ), _( "Display previous symbol" ) );