[gnome-mahjongg] Localize date column of score list



commit 85172f0fe3158867e97bdec8d03b0358db128c09
Author: Paul Hebble <pjhebble gmail com>
Date:   Sat Mar 2 17:22:28 2019 -0600

    Localize date column of score list

 src/score-dialog.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/score-dialog.vala b/src/score-dialog.vala
index 3517563..82662cf 100644
--- a/src/score-dialog.vala
+++ b/src/score-dialog.vala
@@ -90,7 +90,7 @@ public class ScoreDialog : Gtk.Dialog
             if (entry.name != name)
                 continue;
 
-            var date_label = entry.date.format ("%d/%m/%Y");
+            var date_label = entry.date.format ("%x");
 
             var time_label = "%us".printf (entry.duration);
             if (entry.duration >= 60)


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