Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-05-26 17:31:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-26 17:31:57 +0400
commited98de33984bd95fb17323a32343effe84c047bc (patch)
treeadcf2b48eb6de73019f8c532977795d5c7b54198 /source/blender/imbuf/intern/anim_movie.c
parentba5e13912d4ce132bb8a20f490e24c0cc13b72a3 (diff)
code cleanup: dutch -> english (comments)
Diffstat (limited to 'source/blender/imbuf/intern/anim_movie.c')
-rw-r--r--source/blender/imbuf/intern/anim_movie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/imbuf/intern/anim_movie.c b/source/blender/imbuf/intern/anim_movie.c
index b702e59bc16..c5b637eea5b 100644
--- a/source/blender/imbuf/intern/anim_movie.c
+++ b/source/blender/imbuf/intern/anim_movie.c
@@ -1157,9 +1157,9 @@ static void free_anim_redcode(struct anim *anim)
#endif
-/* probeer volgende plaatje te lezen */
-/* Geen plaatje, probeer dan volgende animatie te openen */
-/* gelukt, haal dan eerste plaatje van animatie */
+/* Try next picture to read */
+/* No picture, try to open next animation */
+/* Succeed, remove first image from animation */
static ImBuf *anim_getnew(struct anim *anim)
{