diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-04-29 18:25:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-29 18:25:59 +0200 |
commit | 3fe37f6ae848f7d88e2316857a1a95d9c2abae14 (patch) | |
tree | d9d19f25f59d46ba1e6cc8420be8bd4df659b51f | |
parent | 8c4783919b1955c08c9e7107a2e58a1501c4fdad (diff) | |
parent | d2457cbfcb2f6166dbf9047a05aa324563583885 (diff) | |
download | uxp-3fe37f6ae848f7d88e2316857a1a95d9c2abae14.tar.gz |
Merge pull request #287 from SpockMan02/patch-1
Issue #286 - Incorrect filepath
-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
|