diff options
author | SpockMan02 <aidanboyle@comcast.net> | 2018-04-28 18:41:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-28 18:41:30 +0000 |
commit | d2457cbfcb2f6166dbf9047a05aa324563583885 (patch) | |
tree | 6056c1e7c7b3e07e11574fc96b7c3b2e0a478d84 /browser | |
parent | f69729b0aa1d8cd1964994919ab30ce7c7d9f410 (diff) | |
download | uxp-d2457cbfcb2f6166dbf9047a05aa324563583885.tar.gz |
Issue #286 - Incorrect filepath
Diffstat (limited to 'browser')
-rw-r--r-- | browser/themes/osx/shared.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/themes/osx/shared.inc b/browser/themes/osx/shared.inc index 3076450e28..b3ea4e1999 100644 --- a/browser/themes/osx/shared.inc +++ b/browser/themes/osx/shared.inc @@ -1,4 +1,4 @@ -%include ../../../../toolkit/themes/osx/global/shared.inc
+%include ../../../toolkit/themes/osx/global/shared.inc
%include ../shared/browser.inc
%filter substitution
|