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/IndMotor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/IndMotor.cpp') diff --git a/Project/IndMotor.cpp b/Project/IndMotor.cpp index b129d63..3a6c0fa 100644 --- a/Project/IndMotor.cpp +++ b/Project/IndMotor.cpp @@ -24,7 +24,7 @@ void IndMotor::DrawSymbol() const bool IndMotor::GetContextMenu(wxMenu& menu) { - menu.Append(ID_EDIT_INDMOTOR, _("Edit induction motor")); + menu.Append(ID_EDIT_ELEMENT, _("Edit induction motor")); GeneralMenuItens(menu); return true; } -- cgit