diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:25 -0400 |
commit | 52704441a89095cada7269ab5ed60d059cf8ed7b (patch) | |
tree | 410dc5a7dbd3913224863f1ccb91e92f8a8e04c9 /branding/shared/branding.mozbuild | |
parent | e460279f2e311b9060a9354f2a41c9b8ffc8d5c8 (diff) | |
download | iceweasel-uxp-52704441a89095cada7269ab5ed60d059cf8ed7b.tar.gz |
more broken path fixes
Diffstat (limited to 'branding/shared/branding.mozbuild')
-rw-r--r-- | branding/shared/branding.mozbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/shared/branding.mozbuild b/branding/shared/branding.mozbuild index 03f3ec6..7256e6e 100644 --- a/branding/shared/branding.mozbuild +++ b/branding/shared/branding.mozbuild @@ -29,7 +29,7 @@ def ApplicationBranding(): 'wizHeader.bmp', 'wizHeaderRTL.bmp', 'wizWatermark.bmp', - ] + ] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa': BRANDING_FILES += [ '../shared/dsstore', |