brasero r1036 - in trunk: . src/plugins/transcode



Author: philippr
Date: Fri Aug  1 13:04:30 2008
New Revision: 1036
URL: http://svn.gnome.org/viewvc/brasero?rev=1036&view=rev

Log:
	Reverted previous patch

	* src/plugins/transcode/burn-vob.c (brasero_vob_build_audio_mp2),
	(brasero_vob_build_audio_ac3):


Modified:
   trunk/ChangeLog
   trunk/src/plugins/transcode/burn-vob.c

Modified: trunk/src/plugins/transcode/burn-vob.c
==============================================================================
--- trunk/src/plugins/transcode/burn-vob.c	(original)
+++ trunk/src/plugins/transcode/burn-vob.c	Fri Aug  1 13:04:30 2008
@@ -344,7 +344,6 @@
 		g_set_error (error,
 			     BRASERO_BURN_ERROR,
 			     BRASERO_BURN_ERROR_GENERAL,
-			     /* xgettext:no-c-format */
 			     _("ffenc_mp2 can't be created"));
 		goto error;
 	}
@@ -468,7 +467,6 @@
 		g_set_error (error,
 			     BRASERO_BURN_ERROR,
 			     BRASERO_BURN_ERROR_GENERAL,
-			     /* xgettext:no-c-format */
 			     _("ffenc_ac3 can't be created"));
 		goto error;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]