summaryrefslogtreecommitdiffstats
path: root/browser/base/content/aboutDialog.xul
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2017-08-11 00:28:41 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 20:10:22 +0100
commit580ebc105678c6d01cf64e7d75116d77984024a0 (patch)
tree5f9c8d20f26be994c992fc430edc9d195fc279bd /browser/base/content/aboutDialog.xul
parentef9aeb6a08749ecc43242ba523d67632a6ddc0dc (diff)
downloadUXP-580ebc105678c6d01cf64e7d75116d77984024a0.tar
UXP-580ebc105678c6d01cf64e7d75116d77984024a0.tar.gz
UXP-580ebc105678c6d01cf64e7d75116d77984024a0.tar.lz
UXP-580ebc105678c6d01cf64e7d75116d77984024a0.tar.xz
UXP-580ebc105678c6d01cf64e7d75116d77984024a0.zip
Replace display version in about box with build ID.
Diffstat (limited to 'browser/base/content/aboutDialog.xul')
-rw-r--r--browser/base/content/aboutDialog.xul2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/base/content/aboutDialog.xul b/browser/base/content/aboutDialog.xul
index ef2804f31..7988c0e34 100644
--- a/browser/base/content/aboutDialog.xul
+++ b/browser/base/content/aboutDialog.xul
@@ -45,7 +45,7 @@
<vbox id="leftBox" flex="1"/>
<vbox id="rightBox" flex="1">
<hbox align="baseline">
-#expand <label id="version">__MOZ_APP_VERSION_DISPLAY__</label>
+#expand <label id="version"></label>
#ifndef NIGHTLY_BUILD
<label id="releasenotes" class="text-link">&releaseNotes.link;</label>
#endif