diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
commit | bede30df0baea7e8e1e2f6d108a73e051cd64fc3 (patch) | |
tree | a7a6155e74c936ee389ec0edd95c6ace2d6d9d00 /firefox-0.7.3-psfonts.patch | |
parent | ...and put back all of the prefs (diff) | |
download | librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.gz librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.bz2 librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.zip |
- moved to XUL Runner and updated to 3.0b3pre
- removed firefox-devel package, gecko-libs is provided by xulrunner-devel
now.
Diffstat (limited to 'firefox-0.7.3-psfonts.patch')
-rw-r--r-- | firefox-0.7.3-psfonts.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/firefox-0.7.3-psfonts.patch b/firefox-0.7.3-psfonts.patch deleted file mode 100644 index 10a08e9..0000000 --- a/firefox-0.7.3-psfonts.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- mozilla/modules/libpref/src/init/all.js.foo 2004-06-18 13:16:32.000000000 -0400 -+++ mozilla/modules/libpref/src/init/all.js 2004-06-18 13:17:28.000000000 -0400 -@@ -1776,8 +1776,10 @@ - pref("print.postscript.nativefont.ar", ""); - pref("print.postscript.nativefont.el", ""); - pref("print.postscript.nativefont.he", ""); --pref("print.postscript.nativefont.ja", ""); --pref("print.postscript.nativefont.ko", ""); -+pref("print.postscript.nativecode.ja", "euc-jp"); -+pref("print.postscript.nativefont.ja", "Ryumin-Light-EUC-H"); -+pref("print.postscript.nativecode.ko", "euc-kr"); -+pref("print.postscript.nativefont.ko", "Baekmuk-Gulim-KSC-EUC-H"); - pref("print.postscript.nativefont.th", ""); - pref("print.postscript.nativefont.tr", ""); - pref("print.postscript.nativefont.x-baltic", ""); -@@ -1786,8 +1788,10 @@ - pref("print.postscript.nativefont.x-unicode", ""); - pref("print.postscript.nativefont.x-user-def", ""); - pref("print.postscript.nativefont.x-western", ""); --pref("print.postscript.nativefont.zh-CN", ""); --pref("print.postscript.nativefont.zh-TW", ""); -+pref("print.postscript.nativecode.zh-CN", "gb18030"); -+pref("print.postscript.nativefont.zh-CN", "MSungGBK-Light-GBK2K-H"); -+pref("print.postscript.nativecode.zh-TW", "big5"); -+pref("print.postscript.nativefont.zh-TW", "ShanHeiSun-Light-B5-H"); - pref("print.postscript.nativefont.zh-HK", ""); - - # XP_UNIX |