summaryrefslogtreecommitdiffstats
path: root/src/dialog
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2021-05-02 23:51:02 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2021-05-08 23:47:46 +0200
commitc07a90388612404119b464eb5be21df075f4048d (patch)
tree0fe2e51f719b7ece193eb761a0a89fe1928fbb71 /src/dialog
parent24104a514a8a07e3d74ec7cc8b177f4db4aed428 (diff)
Use build date in case of tar ball build and label date as more generic date.
Diffstat (limited to 'src/dialog')
-rw-r--r--src/dialog/dlgaboutdlg.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/dialog/dlgaboutdlg.ui b/src/dialog/dlgaboutdlg.ui
index a96874bffb..a86f0cd44c 100644
--- a/src/dialog/dlgaboutdlg.ui
+++ b/src/dialog/dlgaboutdlg.ui
@@ -91,7 +91,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
- <string>Git Commit Date:</string>
+ <string>Date:</string>
</property>
</widget>
</item>
@@ -136,6 +136,9 @@
<property name="text">
<string>Unknown</string>
</property>
+ <property name="textInteractionFlags">
+ <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
+ </property>
</widget>
</item>
</layout>