diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-02-22 19:54:06 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-02-22 19:54:06 +0800 |
commit | a254a5395f98ae0abdc862771138f41b065e4b55 (patch) | |
tree | 68587bececc4d5f6b0149c245581d1840b688b4a /addressbook/printing | |
parent | 760474b33acb8cd5a158466fdc2239695908e660 (diff) | |
download | gsoc2013-evolution-a254a5395f98ae0abdc862771138f41b065e4b55.tar.gz gsoc2013-evolution-a254a5395f98ae0abdc862771138f41b065e4b55.tar.zst gsoc2013-evolution-a254a5395f98ae0abdc862771138f41b065e4b55.zip |
Fix for 331993.
2006-02-22 Simon Zheng <simon.zheng@sun.com>
Fix for 331993.
* printing/medbook.ecps: Add "Regular" to the font name.
svn path=/trunk/; revision=31563
Diffstat (limited to 'addressbook/printing')
-rw-r--r-- | addressbook/printing/medbook.ecps | 6 |
1 files changed, 3 insertions, 3 deletions
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/> |