diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 17:29:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-04-29 17:29:45 +0000 |
commit | 769b1b4ce8742e9d2df6cf34957cf5dcb6c008ac (patch) | |
tree | 5ddd9e64f76dee7600291386ae7255267f12a2f4 /japanese/mozilla-jlp/files | |
parent | 84bd9bca23a681cd2d9de2f262382cdbb601f119 (diff) | |
download | ports-769b1b4ce8742e9d2df6cf34957cf5dcb6c008ac.tar.gz ports-769b1b4ce8742e9d2df6cf34957cf5dcb6c008ac.zip |
Update to 1.0.rc1.
PR: ports/37519
Submitted by: Yoichi ASAI <yatt@msc.biglobe.ne.jp> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=58322
Diffstat (limited to 'japanese/mozilla-jlp/files')
-rw-r--r-- | japanese/mozilla-jlp/files/installed-chrome.txt | 1 | ||||
-rw-r--r-- | japanese/mozilla-jlp/files/unix.js | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/japanese/mozilla-jlp/files/installed-chrome.txt b/japanese/mozilla-jlp/files/installed-chrome.txt index 785aea0b1a5c..f41ad39feced 100644 --- a/japanese/mozilla-jlp/files/installed-chrome.txt +++ b/japanese/mozilla-jlp/files/installed-chrome.txt @@ -13,6 +13,7 @@ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/help/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/mozldap/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-smime/ +locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/venkman/ locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/inspector/ diff --git a/japanese/mozilla-jlp/files/unix.js b/japanese/mozilla-jlp/files/unix.js index 804b07a7b2e1..97507a481c50 100644 --- a/japanese/mozilla-jlp/files/unix.js +++ b/japanese/mozilla-jlp/files/unix.js @@ -115,7 +115,6 @@ pref("print.print_edge_left", 4); // 1/100 of an inch pref("print.print_edge_right", 4); // 1/100 of an inch pref("print.print_edge_bottom", 4); // 1/100 of an inch - // print_extra_margin enables platforms to specify an extra gap or margin // around the content of the page for Print Preview only pref("print.print_extra_margin", 0); // twips @@ -359,4 +358,7 @@ pref("print.postscript.nativefont.zh-CN", ""); pref("print.postscript.nativefont.zh-TW", ""); pref("mail.signature_date", 0); + +// until bug #130581 is fixed, we need to override this on linux +pref("mail.compose.max_recycled_windows", 0); // EOF. |