This commit is contained in:
Maciej Suminski 2013-08-02 19:23:35 +02:00
commit 096dd7a09b
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;