diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-18 10:22:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-18 10:22:19 +0800 |
commit | 0b6976edfcb5d592e8ceb1b26199d332a9202e18 (patch) | |
tree | b2341c1d084287c2830615ee47a999361ade7a4e /editors/AbiWord2 | |
parent | 970025aa33da614012495abff66fc126da27729f (diff) | |
download | freebsd-ports-gnome-0b6976edfcb5d592e8ceb1b26199d332a9202e18.tar.gz freebsd-ports-gnome-0b6976edfcb5d592e8ceb1b26199d332a9202e18.tar.zst freebsd-ports-gnome-0b6976edfcb5d592e8ceb1b26199d332a9202e18.zip |
Remove a patch that seems to be unnecessary these days.
Diffstat (limited to 'editors/AbiWord2')
-rw-r--r-- | editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp b/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp deleted file mode 100644 index f30c23b080cc..000000000000 --- a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixFontManager.cpp +++ /dev/null @@ -1,39 +0,0 @@ ---- src/af/xap/unix/xap_UnixFontManager.cpp.orig Sat Feb 22 01:00:28 2003 -+++ src/af/xap/unix/xap_UnixFontManager.cpp Sat Feb 22 01:00:57 2003 -@@ -808,30 +808,30 @@ - switch (f) - { - case GR_Font::FF_Roman: -- m_f[f].setFont(searchFont("Times-12")); -+ m_f[f].setFont(searchFont("Times 12")); - break; - - case GR_Font::FF_Swiss: -- m_f[f].setFont(searchFont("Helvetica-12")); -+ m_f[f].setFont(searchFont("Helvetica 12")); - break; - - case GR_Font::FF_Modern: -- m_f[f].setFont(searchFont("Courier-12")); -+ m_f[f].setFont(searchFont("Courier 12")); - break; - - case GR_Font::FF_Script: -- m_f[f].setFont(searchFont("Cursive-12")); -+ m_f[f].setFont(searchFont("Cursive 12")); - break; - - case GR_Font::FF_Decorative: -- m_f[f].setFont(searchFont("Old English-12")); -+ m_f[f].setFont(searchFont("Old English 12")); - break; - - // ugh!? BiDi is not a font family, what is it doing here? - // And what's that "Technical" thing? - case GR_Font::FF_Technical: - case GR_Font::FF_BiDi: -- m_f[f].setFont(searchFont("Arial-12")); -+ m_f[f].setFont(searchFont("Arial 12")); - break; - - default: |