diff options
Diffstat (limited to 'Project/SyncMotor.cpp')
-rw-r--r-- | Project/SyncMotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/SyncMotor.cpp b/Project/SyncMotor.cpp index 18252c1..ba45906 100644 --- a/Project/SyncMotor.cpp +++ b/Project/SyncMotor.cpp @@ -14,7 +14,7 @@ SyncMotor::~SyncMotor() {} void SyncMotor::DrawSymbol() const { DrawArc(m_position, 12, 30, 330, 10, GL_LINE_STRIP); } bool SyncMotor::GetContextMenu(wxMenu& menu) { - menu.Append(ID_EDIT_SYNCMOTOR, _("Edit Synchronous Condenser")); + menu.Append(ID_EDIT_ELEMENT, _("Edit Synchronous Condenser")); GeneralMenuItens(menu); return true; |