[mythtv] Endless patch for i18n

Leandro Dardini ldardini at tiscali.it
Mon May 5 01:29:10 EDT 2003


Again, against mythvideo the attached patch file.

I notice the following patch need again to be applied... maybe you made a
backstep?

Leandro

Index: programs/mythfrontend/viewscheduled.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/programs/mythfrontend/viewscheduled.cpp,v
retrieving revision 1.42
diff -u -d -r1.42 viewscheduled.cpp
--- programs/mythfrontend/viewscheduled.cpp     3 May 2003 23:13:31 -0000
1
.42
+++ programs/mythfrontend/viewscheduled.cpp     4 May 2003 22:23:21 -0000
@@ -442,8 +442,8 @@

     QString tempSubTitle = "";
     QString tempDate = "";
-    QString showDateFormat = "M/d";
-    QString showTimeFormat = "h:mm AP";
+    QString showDateFormat = gContext->GetSetting("ShortDateFormat",
"M/d");
+    QString showTimeFormat = gContext->GetSetting("TimeFormat", "h:mm AP");
     QString tempTime = "";
     QString tempChan = "";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: video.diff
Type: application/octet-stream
Size: 4312 bytes
Desc: not available
Url : /pipermail/attachments/20030505/71f83d32/video.obj


More information about the mythtv-dev mailing list