diff options
Diffstat (limited to 'Project/IndMotor.cpp')
-rw-r--r-- | Project/IndMotor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |