2007-02-19 [paul] 2.7.2cvs51
[claws.git] / tools / sylprint.pl
index 993aa7359bf6aad2b62a6084e872b11813b21b5a..d62ef9709e904737f4583aa8cb87a91587e656b2 100644 (file)
@@ -41,7 +41,7 @@ else {
        $spp = join('/',@spp);  
        $rcf="$spp$rc"; 
        if (-x $rcf) { do $rcf; }
-       $rcf="$ENV{'HOME'}/.sylpheed/$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 Mail',
+               @lprcmd = ($LPR,'-T','Claws Mail Mail',
                        ($headerformat eq '')? '-l': '-p','-P',$printer,@forens,                        $tmpfn);
                die "trying lpr: $! \n" unless (system(@lprcmd) != -1);
        }