[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46039] trunk/blender/source/blender/ editors/sound/sound_ops.c: Correction to recent commmit related on splitting audio channels: descriptions shouldn't end with dot.

Sergey Sharybin sergey.vfx at gmail.com
Sat Apr 28 17:05:35 CEST 2012


Revision: 46039
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46039
Author:   nazgul
Date:     2012-04-28 15:05:35 +0000 (Sat, 28 Apr 2012)
Log Message:
-----------
Correction to recent commmit related on splitting audio channels: descriptions shouldn't end with dot.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sound/sound_ops.c

Modified: trunk/blender/source/blender/editors/sound/sound_ops.c
===================================================================
--- trunk/blender/source/blender/editors/sound/sound_ops.c	2012-04-28 14:54:45 UTC (rev 46038)
+++ trunk/blender/source/blender/editors/sound/sound_ops.c	2012-04-28 15:05:35 UTC (rev 46039)
@@ -596,7 +596,7 @@
 	RNA_def_enum(ot->srna, "codec", codec_items, AUD_CODEC_FLAC, "Codec", "Audio Codec");
 	RNA_def_enum(ot->srna, "format", format_items, AUD_FORMAT_S16, "Format", "Sample format");
 	RNA_def_int(ot->srna, "bitrate", 192, 32, 512, "Bitrate", "Bitrate in kbit/s", 32, 512);
-	RNA_def_boolean(ot->srna, "split_channels", 0, "Split channels", "Each channel will be rendered into a mono file.");
+	RNA_def_boolean(ot->srna, "split_channels", 0, "Split channels", "Each channel will be rendered into a mono file");
 #endif // WITH_AUDASPACE
 }
 




More information about the Bf-blender-cvs mailing list