blob: abf8bcceba0db5aee499aa4d6d572183f9493248 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- muttprint.orig Sat Feb 23 23:15:04 2002
+++ muttprint Sat Feb 23 23:15:35 2002
@@ -183,8 +183,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";
}
ReadConfig ($Config{RCFILE});
|