X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fvaluenode_dynamiclist.h;h=990240bff85d8b452a4991668bb7d4242a0fdac1;hb=12461f9a942b3736b540d68eb1ccca0f26abb268;hp=97fb8c42d85e2b7155918dcfd455eeed7cab7281;hpb=6e6b8ce1d75be6a6b99d2cc955faeeea80d62c26;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h b/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h index 97fb8c4..990240b 100644 --- a/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h +++ b/synfig-core/trunk/src/synfig/valuenode_dynamiclist.h @@ -1,8 +1,8 @@ /* === 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: valuenode_dynamiclist.h,v 1.1.1.1 2005/01/04 01:23:15 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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 "automagickly" 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.