summaryrefslogtreecommitdiffstats
path: root/Project/SyncGenerator.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-09-07 23:52:26 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2016-09-07 23:52:26 -0300
commitfb8a409d7e35735afc9d28bfc0d7b49974f0d3a2 (patch)
treed009045e6591ef766a1c14765f3b8a7a3bc5d18a /Project/SyncGenerator.cpp
parent697baaa3cc92e945d2301238dc9bcabffdb465ef (diff)
downloadPSP.git-fb8a409d7e35735afc9d28bfc0d7b49974f0d3a2.tar.gz
PSP.git-fb8a409d7e35735afc9d28bfc0d7b49974f0d3a2.tar.xz
PSP.git-fb8a409d7e35735afc9d28bfc0d7b49974f0d3a2.zip
Movementation and rotation fixed
Diffstat (limited to 'Project/SyncGenerator.cpp')
-rw-r--r--Project/SyncGenerator.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/SyncGenerator.cpp b/Project/SyncGenerator.cpp
index 2433c1f..377239d 100644
--- a/Project/SyncGenerator.cpp
+++ b/Project/SyncGenerator.cpp
@@ -27,8 +27,6 @@ void SyncGenerator::DrawSymbol() const
bool SyncGenerator::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_SYNCGENERATOR, _("Edit Generator"));
- menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise"));
- menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise"));
- menu.Append(ID_DELETE, _("Delete"));
+ GeneralMenuItens(menu);
return true;
}