diff options
Diffstat (limited to 'Project/SyncGenerator.cpp')
-rw-r--r-- | Project/SyncGenerator.cpp | 2 |
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; } |