aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/printing/medbook.ecps6
2 files changed, 9 insertions, 3 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 77a9815c92..09231be280 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-22 Simon Zheng <simon.zheng@sun.com>
+
+ Fix for 331993.
+
+ * printing/medbook.ecps: Add "Regular" to the font name.
+
2006-02-14 Devashish Sharma <sdevashish@novell.com>
* e-contact-print.c : Use of pango for text handling when
diff --git a/addressbook/printing/medbook.ecps b/addressbook/printing/medbook.ecps
index ef76c0b46e..8602ca7df0 100644
--- a/addressbook/printing/medbook.ecps
+++ b/addressbook/printing/medbook.ecps
@@ -7,7 +7,7 @@
<letter_tabs>TRUE</letter_tabs>
<letter_headings>TRUE</letter_headings>
<headings_font>Helvetica Bold 12</headings_font>
-<body_font>Helvetica 8</body_font>
+<body_font>Helvetica Regular 8</body_font>
<print_using_grey>TRUE</print_using_grey>
<paper_width>8.5</paper_width>
<paper_height>11</paper_height>
@@ -18,11 +18,11 @@
<page_width>8.5</page_width>
<page_height>11</page_height>
<orientation>portrait</orientation>
-<header_font>Helvetica 8</header_font>
+<header_font>Helvetica Regular 8</header_font>
<left_header/>
<center_header/>
<right_header/>
-<footer_font>Helvetica 8</footer_font>
+<footer_font>Helvetica Regular 8</footer_font>
<left_footer/>
<center_footer>[Page #]</center_footer>
<right_footer/>