Pcbnew: remove redundant export from IDFv3 menu entry. (fixes lp:1503076)
This commit is contained in:
parent
40e48a6bb7
commit
346b721156
|
@ -19,7 +19,7 @@
|
|||
#define HELP_ZOOM_IN _( "Zoom in" )
|
||||
#define HELP_ZOOM_OUT _( "Zoom out" )
|
||||
#define HELP_ZOOM_FIT _( "Zoom to fit the board on the screen" )
|
||||
#define HELP_ZOOM_REDRAW _( "Redraw the screen of the board" )
|
||||
#define HELP_ZOOM_REDRAW _( "Redraw the current screen" )
|
||||
|
||||
#define HELP_SHOW_HIDE_LAYERMANAGER _( "Show/hide the layers manager toolbar" )
|
||||
|
||||
|
|
|
@ -219,7 +219,7 @@ void PCB_EDIT_FRAME::ReCreateMenuBar()
|
|||
KiBitmap( three_d_xpm ) );
|
||||
|
||||
AddMenuItem( submenuexport, ID_GEN_EXPORT_FILE_IDF3,
|
||||
_( "I&DFv3 Export" ), _( "IDFv3 board and component export" ),
|
||||
_( "I&DFv3" ), _( "IDFv3 board and component export" ),
|
||||
KiBitmap( export_idf_xpm ) );
|
||||
|
||||
AddMenuItem( filesMenu, submenuexport,
|
||||
|
|
Loading…
Reference in New Issue