diff options
Diffstat (limited to 'Project/Load.cpp')
-rw-r--r-- | Project/Load.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/Load.cpp b/Project/Load.cpp index 92a98d3..96b03d9 100644 --- a/Project/Load.cpp +++ b/Project/Load.cpp @@ -101,8 +101,6 @@ void Load::Rotate(bool clockwise) bool Load::GetContextMenu(wxMenu& menu) { menu.Append(ID_EDIT_LOAD, _("Edit Load")); - menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise")); - menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise")); - menu.Append(ID_DELETE, _("Delete")); + GeneralMenuItens(menu); return true; } |