pcbnew: fixed missing Select Tool icon warning

This commit is contained in:
tomasz.wlostowski@cern.ch 2013-08-02 19:18:58 +02:00
parent fdf9898eb2
commit d1a0bfcc39
1 changed files with 2 additions and 1 deletions

View File

@ -302,7 +302,8 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
AddMenuItem( editMenu, ID_SELECTION_TOOL,
_( "Select Tool" ),
_( "Interactive selection and drag&drop tool." ) );
_( "Interactive selection and drag&drop tool." ),
KiBitmap( tools_xpm ) );
/** Create View menu **/
wxMenu* viewMenu = new wxMenu;