[longomatch] Change the file extension for mp4 files



commit b58c8026c704520c07b99c604410547d43bcda4e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Jul 25 00:42:57 2010 +0200

    Change the file extension for mp4 files

 LongoMatch/Gui/Dialog/VideoEditionProperties.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
index 90e2ff0..672de64 100644
--- a/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
+++ b/LongoMatch/Gui/Dialog/VideoEditionProperties.cs
@@ -109,7 +109,7 @@ namespace LongoMatch.Gui.Dialog
 
 		private string GetExtension() {
 			if (formatcombobox.ActiveText == Constants.MP4)
-				return "mkv";
+				return "mp4";
 			else if (formatcombobox.ActiveText == Constants.OGG)
 				return "ogg";
 			else if (formatcombobox.ActiveText == Constants.WEBM)



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