X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fsynfigapp%2Factions%2Ftimepointsmove.cpp;h=5cce2c8ba040c455cb923b688533ab540fccb3aa;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=45fd1ea8a1b647ad099690b38ad01b77cd19dc03;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp index 45fd1ea..5cce2c8 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp @@ -41,6 +41,8 @@ #include +#include + #endif using namespace std; @@ -52,8 +54,8 @@ using namespace Action; /* === M A C R O S ========================================================= */ ACTION_INIT(Action::TimepointsMove); -ACTION_SET_NAME(Action::TimepointsMove,"timepoint_move"); -ACTION_SET_LOCAL_NAME(Action::TimepointsMove,"Move Time Points"); +ACTION_SET_NAME(Action::TimepointsMove,"TimepointsMove"); +ACTION_SET_LOCAL_NAME(Action::TimepointsMove,N_("Move Time Points")); ACTION_SET_TASK(Action::TimepointsMove,"move"); ACTION_SET_CATEGORY(Action::TimepointsMove,Action::CATEGORY_WAYPOINT|Action::CATEGORY_ACTIVEPOINT); ACTION_SET_PRIORITY(Action::TimepointsMove,0); @@ -252,7 +254,7 @@ Action::TimepointsMove::prepare() //synfig::info("built list of waypoints/activepoints to modify"); //synfig::info("\t There are %d waypoint sets and %d activepointsets", // match.waypointbiglist.size(), match.actpointbiglist.size()); - //process the hell out of em... + //process them... { //must build from both lists timepoints_ref::waytracker::const_iterator i = match.waypointbiglist.begin(),