From cbf6045254cd329ba15800d048ecef2cacbb2eba Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 26 Nov 2008 07:34:57 +0000 Subject: Improve title and remove Ethereal legacy. svn path=/trunk/; revision=26850 --- print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.c') diff --git a/print.c b/print.c index 69cc1c7c33..a4c8817262 100644 --- a/print.c +++ b/print.c @@ -1114,7 +1114,7 @@ print_preamble_ps(print_stream_t *self, gchar *filename) fputs("\n", output->fh); fputs("%% the page title\n", output->fh); ps_clean_string(psbuffer, filename, MAX_PS_LINE_LENGTH); - fprintf(output->fh, "/eth_pagetitle (%s - Wireshark " VERSION "%s) def\n", psbuffer, wireshark_svnversion); + fprintf(output->fh, "/ws_pagetitle (%s - Wireshark " VERSION "%s) def\n", psbuffer, wireshark_svnversion); fputs("\n", output->fh); return !ferror(output->fh); } -- cgit v1.2.1