2005-11-25 [paul] 1.9.100cvs33
[claws.git] / tools / acroread2sylpheed.pl
index b7be4e9599270055926951afaad920973ce3a02b..581ee6e684798ef21d34d9ebc012cc2ef1fd2258 100644 (file)
@@ -17,7 +17,7 @@
 #  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # acroread2sylpheed.pl helper script to send documents from
-#                              Adobe Reader 7 to sylpheed
+#                      Adobe Reader 7 to sylpheed-claws
 
 use strict;
 
@@ -40,8 +40,8 @@ if ($ARGV =~ m/^\//) {
        $pdf = $ENV{HOME}."/".$output;
 }
 
-exec "sylpheed --attach \"$pdf\"";
+exec "sylpheed-claws --attach \"$pdf\"";
 ## if necessary, change the line above to point to
-## your sylpheed executable
+## your sylpheed-claws executable
 
-exit;
\ No newline at end of file
+exit;