diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-23 23:04:10 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-23 23:04:10 +0200 |
commit | dcabdf826967ceca7e2049f6cddcf9172b01c8d7 (patch) | |
tree | d94ac0f67ee3b778115577b5f9e74990185e5657 | |
parent | 696b7d3f9f625bf5140bc5ff8396b7ef9d29c79e (diff) | |
download | UXP-dcabdf826967ceca7e2049f6cddcf9172b01c8d7.tar UXP-dcabdf826967ceca7e2049f6cddcf9172b01c8d7.tar.gz UXP-dcabdf826967ceca7e2049f6cddcf9172b01c8d7.tar.lz UXP-dcabdf826967ceca7e2049f6cddcf9172b01c8d7.tar.xz UXP-dcabdf826967ceca7e2049f6cddcf9172b01c8d7.zip |
Build - fix "ERROR: preprocessor was not applied to aboutRights.xhtml"
-rw-r--r-- | toolkit/content/jar.mn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index acec1bdf1..ca1a602a9 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -13,9 +13,9 @@ toolkit.jar: content/global/aboutAbout.js content/global/aboutAbout.xhtml #ifdef MC_OFFICIAL - content/global/aboutRights.xhtml +* content/global/aboutRights.xhtml #else - content/global/aboutRights.xhtml (aboutRights-unbranded.xhtml) +* content/global/aboutRights.xhtml (aboutRights-unbranded.xhtml) #endif content/global/aboutNetworking.js content/global/aboutNetworking.xhtml |