From: pabs Date: Wed, 21 Nov 2007 23:54:10 +0000 (+0000) Subject: Comment out the trackmenu, it isn't used and the strings are annoying to translators X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1cc193c2c59276dbb860d726f82cb6c78ce14027;p=synfig.git Comment out the trackmenu, it isn't used and the strings are annoying to translators git-svn-id: http://svn.voria.com/code@1161 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/canvasview.cpp b/synfig-studio/trunk/src/gtkmm/canvasview.cpp index 9cf3aad..400aa02 100644 --- a/synfig-studio/trunk/src/gtkmm/canvasview.cpp +++ b/synfig-studio/trunk/src/gtkmm/canvasview.cpp @@ -1644,6 +1644,7 @@ CanvasView::init_menus() mainmenu.accelerate(*this); +/* { trackmenu.items().push_back(Gtk::Menu_Helpers::MenuElem(_("New Waypoint"),NOT_IMPLEMENTED_SLOT)); @@ -1652,6 +1653,7 @@ CanvasView::init_menus() trackmenu.items().push_back(Gtk::Menu_Helpers::SeparatorElem()); trackmenu.items().push_back(Gtk::Menu_Helpers::MenuElem(_("Properties"),NOT_IMPLEMENTED_SLOT)); } +*/ mainmenu.show(); filemenu.show(); editmenu.show();