summaryrefslogtreecommitdiffstats
path: root/Project/IndMotor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/IndMotor.cpp')
-rw-r--r--Project/IndMotor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/IndMotor.cpp b/Project/IndMotor.cpp
index 2880cc1..b84e585 100644
--- a/Project/IndMotor.cpp
+++ b/Project/IndMotor.cpp
@@ -22,8 +22,6 @@ void IndMotor::DrawSymbol() const
bool IndMotor::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_INDMOTOR, _("Edit induction motor"));
- menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise"));
- menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise"));
- menu.Append(ID_DELETE, _("Delete"));
+ GeneralMenuItens(menu);
return true;
}