summaryrefslogtreecommitdiffstats
path: root/Project/Bus.cpp
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-29 17:26:50 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-29 17:26:50 -0300
commit06e57f5c75772dcba902e3032c756f79090f3424 (patch)
treeaef78570496dae05d2945e0190bd4591ec799cd0 /Project/Bus.cpp
parent8e00906e0517b335a6c33f682334bda3c1eadb69 (diff)
downloadPSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.gz
PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.tar.xz
PSP.git-06e57f5c75772dcba902e3032c756f79090f3424.zip
Delete implemented
Diffstat (limited to 'Project/Bus.cpp')
-rw-r--r--Project/Bus.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Bus.cpp b/Project/Bus.cpp
index 847308d..b2f1ff1 100644
--- a/Project/Bus.cpp
+++ b/Project/Bus.cpp
@@ -225,5 +225,6 @@ bool Bus::GetContextMenu(wxMenu& menu)
{
menu.Append(ID_EDIT_BUS, _("Edit bus"));
menu.Append(ID_ROTATE, _("Rotate"));
+ menu.Append(ID_DELETE, _("Delete bus"));
return true;
}