[longomatch] Prefix the filename with the sequence
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Prefix the filename with the sequence
- Date: Mon, 18 Mar 2013 10:20:07 +0000 (UTC)
commit 6e7a5bc486f5a2d607a4ade133153db5244841f5
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Mar 12 13:01:12 2013 +0100
Prefix the filename with the sequence
LongoMatch.GUI/Gui/GUIToolkit.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/GUIToolkit.cs b/LongoMatch.GUI/Gui/GUIToolkit.cs
index f4d9ba6..f0746d7 100644
--- a/LongoMatch.GUI/Gui/GUIToolkit.cs
+++ b/LongoMatch.GUI/Gui/GUIToolkit.cs
@@ -133,7 +133,7 @@ namespace LongoMatch.Gui
foreach (PlayListPlay play in playlist) {
EncodingSettings settings = vep.EncodingSettings;
PlayList pl = new PlayList();
- string filename = String.Format ("{0}-{1}.{2}", play.Name,
i.ToString("d4"),
+ string filename = String.Format ("{0}-{1}.{2}",
i.ToString("d4"), play.Name,
settings.EncodingProfile.Extension);
pl.Add(play);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]