summaryrefslogtreecommitdiffstats
path: root/Project/Load.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/Load.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/Load.cpp')
-rw-r--r--Project/Load.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Project/Load.cpp b/Project/Load.cpp
index 92a98d3..96b03d9 100644
--- a/Project/Load.cpp
+++ b/Project/Load.cpp
@@ -101,8 +101,6 @@ void Load::Rotate(bool clockwise)
bool Load::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_LOAD, _("Edit Load"));
- menu.Append(ID_ROTATE_CLOCK, _("Rotate clockwise"));
- menu.Append(ID_ROTATE_COUNTERCLOCK, _("Rotate counter-clockwise"));
- menu.Append(ID_DELETE, _("Delete"));
+ GeneralMenuItens(menu);
return true;
}