2006-11-12 [paul] 2.6.0cvs34
[claws.git] / tools / multiwebsearch.pl
index 933e31f6acca6becaaec8982c53df6e2ae078f08..f893c0adf289b8eef16fab03c93c7a16c25bd1c4 100644 (file)
@@ -50,8 +50,8 @@ if (!$url) {
        die("No url found with the alias \"$where\"\n");
 } 
 
-open (SYLRC, "<sylpheedrc") 
-       || die("Can't open ~/.claws-mail/sylpheedrc\n");
+open (SYLRC, "<clawsrc") 
+       || die("Can't open ~/.claws-mail/clawsrc\n");
        @rclines = <SYLRC>;
 close SYLRC;