aboutsummaryrefslogtreecommitdiffstats
path: root/print.ps
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2008-11-26 07:34:57 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2008-11-26 07:34:57 +0000
commitcbf6045254cd329ba15800d048ecef2cacbb2eba (patch)
treee55a911a3a0f64d03f84429ec9c7f33396396c0d /print.ps
parente12599f5c9a3b21f6a13b6beb438dd9823dc216b (diff)
Improve title and remove Ethereal legacy.
svn path=/trunk/; revision=26850
Diffstat (limited to 'print.ps')
-rw-r--r--print.ps6
1 files changed, 3 insertions, 3 deletions
diff --git a/print.ps b/print.ps
index 2a4e07ef77..4cf0467942 100644
--- a/print.ps
+++ b/print.ps
@@ -12,7 +12,7 @@
% Copyright 1998 Gerald Combs
%
%%Creator: Wireshark
-%%Title: wireshark.ps
+%%Title: Wireshark output
%%DocumentFonts: Helvetica Courier
%%EndComments
%!
@@ -124,7 +124,7 @@ pop pop % junk
lmargin % X
vmax 36 sub % Y
moveto
- eth_pagetitle show
+ ws_pagetitle show
% this page number
pagenumtab (Page ) stringwidth pop sub thispagenum pagenostr cvs stringwidth pop sub % X
@@ -168,7 +168,7 @@ pop pop % junk
/Courier findfont 8 scalefont setfont
% the page title
-/eth_pagetitle (Wireshark) def
+/ws_pagetitle (Wireshark) def
% Display our output lines.