X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_dynamiclist.h;h=990240bff85d8b452a4991668bb7d4242a0fdac1;hb=2147b77cbf12e45a2f956240bffbda9b45fb354c;hp=46644bec0b4f115288816db21740e0815b97e33b;hpb=c732f2078f9ed4393bff0e761beab709e49b6c4c;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h b/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h index 46644be..990240b 100644 --- a/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h +++ b/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h @@ -1,6 +1,6 @@ /* === S Y N F I G ========================================================= */ /*! \file valuenode_dynamiclist.h -** \brief Template Header +** \brief Header file for implementation of the "Dynamic List" valuenode conversion. ** ** $Id$ ** @@ -55,7 +55,7 @@ class ValueNode_BLine; ** The problems arise when we introduce the concept of a ** Keyframe. Keyframes can be manipulated via the Synfig ** Application Library. They allow the user to quickly -** and "automagically" rearange an animation by moving +** and "automagically" rearrange an animation by moving ** the associated keyframes. With the old way that the ** "on" and "off" points were handled, this task became ** overly complicated.