From b6f96ca48bc156898df79deba63d270b393fb150 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 5 Jan 2017 19:31:28 -0200 Subject: Text bugs fixed --- Project/SyncMotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/SyncMotor.cpp') 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; -- cgit