Edit comment text.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Nov 2008 17:10:50 +0000 (17:10 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Wed, 26 Nov 2008 17:10:50 +0000 (17:10 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2285 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/actions/timepointscopy.cpp
synfig-studio/trunk/src/synfigapp/actions/timepointsdelete.cpp
synfig-studio/trunk/src/synfigapp/actions/timepointsmove.cpp
synfig-studio/trunk/src/synfigapp/blineconvert.cpp

index e1cc4a9..61b554b 100644 (file)
@@ -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(),
index afe6c27..5bad8f8 100644 (file)
@@ -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(),
index 793b7e1..01ee357 100644 (file)
@@ -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(),
index 6011353..85ddb64 100644 (file)
@@ -586,7 +586,7 @@ synfigapp::BLineConverter::operator()(std::list<synfig::BLinePoint>  &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;