summaryrefslogtreecommitdiffstats
path: root/Project/Capacitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Capacitor.cpp')
-rw-r--r--Project/Capacitor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/Capacitor.cpp b/Project/Capacitor.cpp
index 46193f5..2f15e3f 100644
--- a/Project/Capacitor.cpp
+++ b/Project/Capacitor.cpp
@@ -103,9 +103,7 @@ void Capacitor::Rotate(bool clockwise)
bool Capacitor::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_CAPACITOR, _("Edit Capacitor"));
- menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise"));
- menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise"));
- menu.Append(ID_DELETE, _("Delete"));
+ GeneralMenuItens(menu);
return true;
}