diff --git a/eeschema/onrightclick.cpp b/eeschema/onrightclick.cpp index 229af99341..92fae7e46b 100644 --- a/eeschema/onrightclick.cpp +++ b/eeschema/onrightclick.cpp @@ -278,6 +278,8 @@ bool SCH_EDIT_FRAME::OnRightClick( const wxPoint& aPosition, wxMenu* PopMenu ) AddMenuItem( PopMenu, ID_POPUP_END_LINE, _( "End Drawing" ), KiBitmap( checked_ok_xpm ) ); + AddMenuItem( PopMenu, ID_SCH_EDIT_ITEM, _( "Edit..." ), + KiBitmap( edit_xpm ) ); AddMenuItem( PopMenu, ID_POPUP_SCH_DELETE, _( "Delete Drawing" ), KiBitmap( delete_xpm ) ); break;