1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/mail/pygmy/files/patch-ab
2000-08-30 07:39:52 +00:00

12 lines
496 B
Plaintext

--- msg.py.orig Tue Aug 29 14:59:10 2000
+++ msg.py Wed Aug 30 10:05:33 2000
@@ -55,7 +55,7 @@
# Font styles
self.bold_font = load_font('-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1')
- self.normal_font = load_font('-*-helvetica-medium-r-normal--12-120-75-75-p-70-iso8859-1')
+ self.normal_font = load_font('-*-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1')
# Make a separate window to play in
self.vbox = GtkVBox()