From: dooglus Date: Mon, 3 Sep 2007 20:10:23 +0000 (+0000) Subject: Change the displayed name of this action from 'Connect' to 'Add Waypoint'. Maybe... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=defb902b4e5687974c60fe5f727731c1bae31308;p=synfig.git Change the displayed name of this action from 'Connect' to 'Add Waypoint'. Maybe 'Set Waypoint' would be better? I'm not sure exactly how the various waypoint actions differ. git-svn-id: http://svn.voria.com/code@579 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp index ffaa8e9..ad51ec1 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp @@ -53,7 +53,7 @@ using namespace Action; ACTION_INIT(Action::WaypointSetSmart); ACTION_SET_NAME(Action::WaypointSetSmart,"waypoint_set_smart"); -ACTION_SET_LOCAL_NAME(Action::WaypointSetSmart,"Connect"); +ACTION_SET_LOCAL_NAME(Action::WaypointSetSmart,"Add Waypoint"); ACTION_SET_TASK(Action::WaypointSetSmart,"set"); ACTION_SET_CATEGORY(Action::WaypointSetSmart,Action::CATEGORY_WAYPOINT|Action::CATEGORY_VALUEDESC|Action::CATEGORY_VALUENODE); ACTION_SET_PRIORITY(Action::WaypointSetSmart,0);