diff options
author | SpockFan02 <aidanboyle@comcast.net> | 2018-06-05 00:59:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-05 00:59:02 +0000 |
commit | fd614f7ced316722a98afdfd0219fac6ffb02551 (patch) | |
tree | 5c4ccd340a79f353d261f84b85ac1c4d8725c772 | |
parent | 5ede0a5d172ddc67908a6c21132799a589ea09ca (diff) | |
download | UXP-fd614f7ced316722a98afdfd0219fac6ffb02551.tar UXP-fd614f7ced316722a98afdfd0219fac6ffb02551.tar.gz UXP-fd614f7ced316722a98afdfd0219fac6ffb02551.tar.lz UXP-fd614f7ced316722a98afdfd0219fac6ffb02551.tar.xz UXP-fd614f7ced316722a98afdfd0219fac6ffb02551.zip |
Fix a file path for macOS
Tag #286
-rw-r--r-- | application/basilisk/themes/osx/preferences/preferences.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/basilisk/themes/osx/preferences/preferences.css b/application/basilisk/themes/osx/preferences/preferences.css index da0e66b6e..4f17ec58d 100644 --- a/application/basilisk/themes/osx/preferences/preferences.css +++ b/application/basilisk/themes/osx/preferences/preferences.css @@ -5,7 +5,7 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -%include ../../../../toolkit/themes/osx/global/shared.inc +%include ../../../../../toolkit/themes/osx/global/shared.inc @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); |