summaryrefslogtreecommitdiff
path: root/print.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-08-11 21:23:49 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-08-11 21:23:49 +0000
commit9969691f49226d31405e78e65c92460daae7ffb1 (patch)
tree816ab5cc1648c02e2a2fbc53e95dca2870a05fb3 /print.c
parent84c6db776b6b038a65807616242a7bfe27ccfc7d (diff)
downloadwireshark-9969691f49226d31405e78e65c92460daae7ffb1.tar.gz
Change font for packet information from Courier to Monaco.
svn path=/trunk/; revision=33773
Diffstat (limited to 'print.c')
-rw-r--r--print.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/print.c b/print.c
index c734c97941..0ef9e86d33 100644
--- a/print.c
+++ b/print.c
@@ -1128,9 +1128,6 @@ print_preamble_ps(print_stream_t *self, gchar *filename)
print_ps_preamble(output->fh);
- fputs("%% Set the font to 8 point\n", output->fh);
- fputs("/Courier findfont 8 scalefont setfont\n", output->fh);
- fputs("\n", output->fh);
fputs("%% the page title\n", output->fh);
ps_clean_string(psbuffer, filename, MAX_PS_LINE_LENGTH);
fprintf(output->fh, "/ws_pagetitle (%s - Wireshark " VERSION "%s) def\n", psbuffer, wireshark_svnversion);