remove 'standalone' declaration
[claws.git] / tools / kdeservicemenu / sylpheed-kdeservicemenu.pl
index 1a6a78644d0dd273cbfdcce710cfbc9a30694983..4997e97cb0f70f86b5a250af97e3acbf17192b87 100644 (file)
@@ -18,7 +18,7 @@
 
 unless ($ARGV[0]) { exit; }
 
-my $sylpheed = "sylpheed --compose --attach";
+my $sylpheed = "sylpheed-claws --compose --attach";
 my $prefix = "/tmp/archive.";
 my $command = find_command($ARGV[0]);
 my ($sel,$att) = split_parts();