[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11771] branches/soc-2007-hcube/source/ blender/src/editseq.c: Switched "HD Audio" names to "Audio" due to RAM and HD Audio is unified now.

Csaba Hruska csaba.hruska at gmail.com
Tue Aug 21 20:30:57 CEST 2007


Revision: 11771
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11771
Author:   hcube
Date:     2007-08-21 20:30:56 +0200 (Tue, 21 Aug 2007)

Log Message:
-----------
Switched "HD Audio" names to "Audio" due to RAM and HD Audio is unified now.

Modified Paths:
--------------
    branches/soc-2007-hcube/source/blender/src/editseq.c

Modified: branches/soc-2007-hcube/source/blender/src/editseq.c
===================================================================
--- branches/soc-2007-hcube/source/blender/src/editseq.c	2007-08-21 18:26:30 UTC (rev 11770)
+++ branches/soc-2007-hcube/source/blender/src/editseq.c	2007-08-21 18:30:56 UTC (rev 11771)
@@ -1031,7 +1031,7 @@
 
 }
 
-static void add_movie_and_hdaudio_strip(char *name)
+static void add_movie_and_audio_strip(char *name)
 {
 	SpaceFile *sfile;
 	float x, y;
@@ -1062,7 +1062,7 @@
 
 	waitcursor(0);
 
-	BIF_undo_push("Add movie and HD-audio strip Sequencer");
+	BIF_undo_push("Add movie and audio strip Sequencer");
 	transform_seq('g', 0);
 
 }
@@ -1431,7 +1431,7 @@
 			       "|Images%x1"
 			       "|Movie%x102"
 #ifdef WITH_FFMPEG
-				   "|Movie + Audio (HD)%x105"
+				   "|Movie + Audio%x105"
 #endif
 				   "|Audio%x103"
 			       "|Scene%x101"
@@ -1465,7 +1465,7 @@
 		activate_fileselect(FILE_SPECIAL, "Select Images", last_imagename, add_image_strips);
 		break;
 	case 105:
-		activate_fileselect(FILE_SPECIAL, "Select Movie+Audio", last_imagename, add_movie_and_hdaudio_strip);
+		activate_fileselect(FILE_SPECIAL, "Select Movie+Audio", last_imagename, add_movie_and_audio_strip);
 		break;
 	case 102:
 





More information about the Bf-blender-cvs mailing list