try again
[claws.git] / tools / sylprint.pl
index 4b253ac4b872979775ced959de5fcdc878101cd3..d62ef9709e904737f4583aa8cb87a91587e656b2 100644 (file)
@@ -41,7 +41,7 @@ else {
        $spp = join('/',@spp);  
        $rcf="$spp$rc"; 
        if (-x $rcf) { do $rcf; }
-       $rcf="$ENV{'HOME'}/.sylpheed-claws/$rc";
+       $rcf="$ENV{'HOME'}/.claws-mail/$rc";
        if (-x $rcf) { do $rcf; }
 }
 @forens = ();
@@ -315,7 +315,7 @@ else { # no enscript, try lpr
                system(@vcmd);
        }
        if ($preview < 2) {
-               @lprcmd = ($LPR,'-T','Sylpheed-Claws Mail',
+               @lprcmd = ($LPR,'-T','Claws Mail Mail',
                        ($headerformat eq '')? '-l': '-p','-P',$printer,@forens,                        $tmpfn);
                die "trying lpr: $! \n" unless (system(@lprcmd) != -1);
        }