2006-08-25 [mones] 2.4.0cvs88
[claws.git] / tools / google_search.pl
index 7b9487b26ba57668d3bfd9fd2fdbc2a110514ba5..6f0d68fa5a805e8fcbea3be52372a04f320ff668 100644 (file)
@@ -20,7 +20,7 @@
 my $google = "http://www.google.com/search?q";
 $_ = <>;
 
-chdir($ENV{HOME} . "/.sylpheed") || die("Can't find your .sylpheed directory\n");
+chdir($ENV{HOME} . "/.sylpheed-claws") || die("Can't find your .sylpheed-claws directory\n");
 
 open (SYLRC, "<sylpheedrc") || die("Can't open the sylpheedrc file\n");
        @rclines = <SYLRC>;