summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/SyncGenerator.cpp')
-rw-r--r--Project/SyncGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/SyncGenerator.cpp b/Project/SyncGenerator.cpp
index 655f447..0fecff5 100644
--- a/Project/SyncGenerator.cpp
+++ b/Project/SyncGenerator.cpp
@@ -39,7 +39,7 @@ void SyncGenerator::DrawSymbol() const
}
bool SyncGenerator::GetContextMenu(wxMenu& menu)
{
- menu.Append(ID_EDIT_SYNCGENERATOR, _("Edit Generator"));
+ menu.Append(ID_EDIT_ELEMENT, _("Edit Generator"));
GeneralMenuItens(menu);
return true;
}