22 lines
551 B
Text
22 lines
551 B
Text
--- muttprint.orig Sat Dec 15 08:49:39 2001
|
|
+++ muttprint Tue Feb 12 01:48:40 2002
|
|
@@ -34,7 +34,7 @@
|
|
# Deklaration erzwingen
|
|
use strict;
|
|
# for developing and testing only
|
|
-use warnings;
|
|
+#use warnings;
|
|
# Deklaration nach Perl-5.005-Art
|
|
use vars qw($VERSION %String $LPack $charset);
|
|
use sigtrap qw(die INT QUIT);
|
|
@@ -158,8 +158,8 @@
|
|
|
|
if ($Config{'PENGUIN'} eq "on") {
|
|
$Config{'PENGUIN'} =
|
|
- -r "$share_dir/penguin.eps"
|
|
- ? "$share_dir/penguin.eps" : "off";
|
|
+ -r "$share_dir/Beastie.eps"
|
|
+ ? "$share_dir/Beastie.eps" : "off";
|
|
}
|
|
|
|
|