[longomatch] Change the file extension for mp4 files
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Change the file extension for mp4 files
- Date: Sat, 24 Jul 2010 22:43:23 +0000 (UTC)
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]