From 06e57f5c75772dcba902e3032c756f79090f3424 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 29 Aug 2016 17:26:50 -0300 Subject: Delete implemented --- Project/Bus.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/Bus.cpp') 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; } -- cgit