[gnome-subtitles] Fixed writing of Phoenix Japanimation Society, thanks to Pawel57 (bug #643389)
- From: Pedro Daniel da Rocha Melo e Castro <pcastro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-subtitles] Fixed writing of Phoenix Japanimation Society, thanks to Pawel57 (bug #643389)
- Date: Thu, 15 Sep 2011 22:20:19 +0000 (UTC)
commit be31fc1c8262f653b344d012c7e2867b10318f3c
Author: Pedro Castro <pedro gnomesubtitles org>
Date: Thu Sep 15 23:20:10 2011 +0100
Fixed writing of Phoenix Japanimation Society, thanks to Pawel57 (bug #643389)
.../SubtitleFormatPhoenixJapanimationSociety.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
index 3fa3eb9..40ccb6d 100644
--- a/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
+++ b/src/SubLib/IO/SubtitleFormats/SubtitleFormatPhoenixJapanimationSociety.cs
@@ -38,7 +38,7 @@ internal class SubtitleFormatPhoenixJapanimationSociety : SubtitleFormat {
subtitleIn = @"\s*(?<StartFrame>\d+),\s*(?<EndFrame>\d+),\s*""(?<Text>.+)""";
- subtitleOut = "\t<<StartFrame>>,\t<<EndFrame>>, <<Text>>";
+ subtitleOut = "\t<<StartFrame>>,\t<<EndFrame>>, \"<<Text>>\"";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]