OLD | NEW |
(Empty) | |
| 1 # HG changeset patch |
| 2 # User Felix Dahlke <felix@adblockplus.org> |
| 3 # Date 1431462500 -7200 |
| 4 # Tue May 12 22:28:20 2015 +0200 |
| 5 # Node ID f9f01a4c16af30ff8abeedb98c932c9495027509 |
| 6 # Parent 9069f8de837b3733f8eb727e882d92c79bb23922 |
| 7 Issue 2509 - Add Adblock Browser to known apps |
| 8 |
| 9 diff -r 9069f8de837b -r f9f01a4c16af packagerGecko.py |
| 10 --- a/packagerGecko.py Fri May 08 15:50:07 2015 +0200 |
| 11 +++ b/packagerGecko.py Tue May 12 22:28:20 2015 +0200 |
| 12 @@ -32,6 +32,7 @@ |
| 13 'songbird': 'songbird@songbirdnest.com', |
| 14 'thunderbird': '{3550f703-e582-4d05-9a08-453d09bdfdc6}', |
| 15 'toolkit': 'toolkit@mozilla.org', |
| 16 + 'adblockbrowser': '{55aba3ac-94d3-41a8-9e25-5c21fe874539}', |
| 17 } |
| 18 |
| 19 defaultLocale = 'en-US' |
OLD | NEW |