try again
[claws.git] / tools / filter_conv.pl
index fe5a382cda44a0629bf119e98f0879c6638b63e8..fe658f4a9f11693270e5b0c531e43e39807dd290 100644 (file)
@@ -21,11 +21,11 @@ use strict;
 #  *
 
 my $old_config_dir = "$ENV{HOME}/.sylpheed";
-my $config_dir = `sylpheed-claws --config-dir`;
+my $config_dir = `claws-mail --config-dir`;
 chomp $config_dir;
 
 chdir($ENV{ HOME } . "/$config_dir")
-       or die("You don't appear to have Sylpheed-Claws installed\n");
+       or die("You don't appear to have Claws Mail installed\n");
 
 ###############################################################################