diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-10 12:13:25 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-10 12:13:25 +0000 |
commit | c157dab52f799095528b5386ebf8e948812a2173 (patch) | |
tree | 914eb7de3a8d4f0000c76c891257f93a637e4ddd /mail/pygmy/files/patch-ad | |
parent | upgrade to 0.7.3 (diff) |
Update to 0.5.9.
Notes
Notes:
svn path=/head/; revision=43745
Diffstat (limited to 'mail/pygmy/files/patch-ad')
-rw-r--r-- | mail/pygmy/files/patch-ad | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/pygmy/files/patch-ad b/mail/pygmy/files/patch-ad deleted file mode 100644 index 8e2573f1b2e5..000000000000 --- a/mail/pygmy/files/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - ---- prefs.py 2001/05/11 08:50:17 1.1 -+++ prefs.py 2001/05/11 08:50:39 -@@ -80,13 +80,13 @@ - self.forward = get_string('pygmy/prefs/forward') or "Fw:" - - self.fld_font = get_string('pygmy/prefs/fld_font') or \ -- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1' -+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' - self.sub_font = get_string('pygmy/prefs/sub_font') or \ -- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1' -+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' - self.msg_font = get_string('pygmy/prefs/msg_font') or \ -- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1' -+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' - self.compose_font = get_string('pygmy/prefs/compose_font') or \ -- '-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1' -+ '-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1' - - default_sizes = [[560, 560], [170, 280], [520, 280], [10, 100, 290, 10]] - self.size = range(len(default_sizes)) - |