diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-06-04 19:18:23 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-06-04 19:18:23 -0400 |
commit | 79e91e481384ec6df20660fbb27a2def0c432b8f (patch) | |
tree | fa87eeb8241238608514a16b3027c9bed345bf3e /themes | |
parent | 35195518065323f044da7a9d6dc45cdc13d0ee0a (diff) | |
download | iceweasel-uxp-79e91e481384ec6df20660fbb27a2def0c432b8f.tar.gz |
broken path fixes
Diffstat (limited to 'themes')
-rw-r--r-- | themes/osx/shared.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/osx/shared.inc b/themes/osx/shared.inc index b3ea4e1..3076450 100644 --- a/themes/osx/shared.inc +++ b/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
|