diff options
author | Jory Pratt <anarchy@gentoo.org> | 2014-03-29 13:37:48 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2014-03-29 13:37:48 +0000 |
commit | 26530ef49ddd8fffde47b8c6c5c4fc0434c0f20a (patch) | |
tree | 2ea717534fe71b90f8df9c76c748830a255dcb60 /www-client/firefox-bin/files | |
parent | Version bump (diff) | |
download | historical-26530ef49ddd8fffde47b8c6c5c4fc0434c0f20a.tar.gz historical-26530ef49ddd8fffde47b8c6c5c4fc0434c0f20a.tar.bz2 historical-26530ef49ddd8fffde47b8c6c5c4fc0434c0f20a.zip |
Fix typo in updated preference file, bug #506144
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xB4D088B4
Diffstat (limited to 'www-client/firefox-bin/files')
-rw-r--r-- | www-client/firefox-bin/files/all-gentoo-1.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox-bin/files/all-gentoo-1.js b/www-client/firefox-bin/files/all-gentoo-1.js index 54e037e566b9..0ac6d6a49886 100644 --- a/www-client/firefox-bin/files/all-gentoo-1.js +++ b/www-client/firefox-bin/files/all-gentoo-1.js @@ -4,7 +4,7 @@ lockPref("app.update.enabled", false); lockPref("intl.locale.matchOS", true); // Allow user to change based on needs defaultPref("browser.display.use_system_colors", true); -defaultPref("spellchecker.dictionary_path", "/usr/share/myspell" +defaultPref("spellchecker.dictionary_path", "/usr/share/myspell"); defaultPref("browser.shell.checkDefaultBrowser", false); // Preferences that should be reset every session pref("browser.EULA.override", true); |