2006-08-01 [wwp] 2.4.0cvs10
[claws.git] / tools / multiwebsearch.pl
index c6bc9decf4a63625993857f7947e5c9073f4aca4..1785ca5ab4bfb45b5afcff541da968bd14779ce3 100644 (file)
@@ -27,11 +27,11 @@ GetOptions("where=s"        => \$where,
 
 $what =~ s/\s/%20/g;
 
-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 (CONF, "<multiwebsearch.conf") 
-       || die("Can't open ~/.sylpheed/multiwebsearch.conf\n");
+       || die("Can't open ~/.sylpheed-claws/multiwebsearch.conf\n");
        @conflines = <CONF>;
 close CONF;
 
@@ -51,7 +51,7 @@ if (!$url) {
 } 
 
 open (SYLRC, "<sylpheedrc") 
-       || die("Can't open ~/.sylpheed/sylpheedrc\n");
+       || die("Can't open ~/.sylpheed-claws/sylpheedrc\n");
        @rclines = <SYLRC>;
 close SYLRC;