[longomatch] Show time with hours in more places



commit 9f969f2fd4c0a40d687264f84388504bc6cc0ef0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sun Sep 7 16:31:45 2014 +0200

    Show time with hours in more places

 LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
index ee56787..a91724e 100644
--- a/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
+++ b/LongoMatch.GUI.Multimedia/Gui/PlayerBin.cs
@@ -607,7 +607,7 @@ namespace LongoMatch.Gui
                                        }
                                }
                        } else {
-                               slength = length.ToMSecondsString ();
+                               slength = length.ToMSecondsString (true);
                                timelabel.Text = currentTime.ToMSecondsString (true) + "/" + slength;
                                if (timescale.Visible) {
                                        timescale.Value = (double)currentTime.MSeconds / length.MSeconds;


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