2006-11-12 [paul] 2.6.0cvs34
[claws.git] / tools / google_search.pl
index 7b9487b26ba57668d3bfd9fd2fdbc2a110514ba5..8c211a9fee1663ad840d2be90a563d0567fc9323 100644 (file)
@@ -20,9 +20,9 @@
 my $google = "http://www.google.com/search?q";
 $_ = <>;
 
-chdir($ENV{HOME} . "/.sylpheed") || die("Can't find your .sylpheed directory\n");
+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;