2006-11-12 [paul] 2.6.0cvs34
[claws.git] / tools / google_search.pl
index 52a6487c3696ae02b443b9004d27a3e93fecd688..8c211a9fee1663ad840d2be90a563d0567fc9323 100644 (file)
@@ -22,7 +22,7 @@ $_ = <>;
 
 chdir($ENV{HOME} . "/.claws-mail") || die("Can't find your .claws-mail directory\n");
 
-open (SYLRC, "<sylpheedrc") || die("Can't open the sylpheedrc file\n");
+open (SYLRC, "<clawsrc") || die("Can't open the clawsrc file\n");
        @rclines = <SYLRC>;
 close SYLRC;