From: dooglus Date: Wed, 26 Nov 2008 17:10:50 +0000 (+0000) Subject: Edit comment text. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=74c9d19d99ddb6fea06ba49660b031f968da1145;p=synfig.git Edit comment text. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2285 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp index e1cc4a9..61b554b 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp @@ -245,7 +245,7 @@ Action::TimepointsCopy::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(), diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointsdelete.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointsdelete.cpp index afe6c27..5bad8f8 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointsdelete.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointsdelete.cpp @@ -222,7 +222,7 @@ Action::TimepointsDelete::prepare() } } - //process the hell out of em... + //process them... { //must build from both lists timepoints_ref::waytracker::const_iterator i = match.waypointbiglist.begin(), diff --git a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp index 793b7e1..01ee357 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp @@ -254,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(), diff --git a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp index 6011353..85ddb64 100644 --- a/synfig-studio/trunk/src/synfigapp/blineconvert.cpp +++ b/synfig-studio/trunk/src/synfigapp/blineconvert.cpp @@ -586,7 +586,7 @@ synfigapp::BLineConverter::operator()(std::list &blinepoint bool done = false; - Real errortol = smoothness*pixelwidth; //???? what the hell should this value be + Real errortol = smoothness*pixelwidth; //???? what should this value be BLinePoint a; synfig::Vector v;