0.8.11claws152
[claws.git] / tools / multiwebsearch.pl
index cbfbf3166a57421cf4ee34dbd1f7d7f01bac652c..16ad643ed27e25ea0ed3a7e96fc175ba8d573585 100644 (file)
@@ -28,8 +28,8 @@ GetOptions("where=s"  => \$where,
 chdir($ENV{HOME} . "/.sylpheed") 
        || die("Can't find your ~/.sylpheed directory\n");
 
-open (CONF, "<multisearch.conf") 
-       || die("Can't open ~/.sylpheed/multisearch.conf\n");
+open (CONF, "<multiwebsearch.conf") 
+       || die("Can't open ~/.sylpheed/multiwebsearch.conf\n");
        @conflines = <CONF>;
 close CONF;