[PATCH] Use date format from system locale

Anton Lundin glance at acc.umu.se
Sun Nov 17 02:45:53 UTC 2013


Instead of hard coding a American date format, let qt use whatever the
locale suggests.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/maintab.ui | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 6ab9f9b..72e1e53 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -76,9 +76,6 @@
         </item>
         <item row="2" column="0">
          <widget class="QDateTimeEdit" name="dateTimeEdit">
-          <property name="displayFormat">
-           <string>M/d/yy h:mm</string>
-          </property>
           <property name="calendarPopup">
            <bool>true</bool>
           </property>
-- 
1.8.3.2



More information about the subsurface mailing list