Rename the menu entry for editing a waypoint back to "Edit" now that the 'E' shortcut...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 16 Feb 2008 11:17:34 +0000 (11:17 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 16 Feb 2008 11:17:34 +0000 (11:17 +0000)
git-svn-id: http://svn.voria.com/code@1713 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/canvasview.cpp

index e941822..67cd63f 100644 (file)
@@ -3262,7 +3262,7 @@ CanvasView::on_waypoint_clicked_canvasview(synfigapp::ValueDesc value_desc,
                         sigc::bind(sigc::ptr_fun(remove_waypoints), waypoint_set, canvas_interface())));
 
                if (size == 1 && value_desc.is_valid())
-                       waypoint_menu->items().push_back(Gtk::Menu_Helpers::MenuElem(_("_Properties"),
+                       waypoint_menu->items().push_back(Gtk::Menu_Helpers::MenuElem(_("_Edit"),
                                sigc::mem_fun(waypoint_dialog,&Gtk::Widget::show)));
 
                waypoint_menu->popup(button+1,gtk_get_current_event_time());