diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-11-17 12:31:09 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-17 07:08:53 -0800 |
commit | 2b1c75a584ef57b405fcc2564d86029e535957e1 (patch) | |
tree | f57eab1494834f55b77d61f24479aafef8347cc0 /qt-ui/maintab.ui | |
parent | 612c5713b406d0805653234dce63778e92c29c61 (diff) | |
download | subsurface-2b1c75a584ef57b405fcc2564d86029e535957e1.tar.gz |
Use date format from system locale
Instead of hard coding a American date format, let qt use whatever the
locale suggests.
Fixes #248
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 6ab9f9baf..72e1e5338 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> |