2006-06-12 [wwp] 2.3.0cvs3
[claws.git] / tools / acroread2sylpheed.pl
index 9620e149fb79f2fe08c8697bdfdc30464b67a013..581ee6e684798ef21d34d9ebc012cc2ef1fd2258 100644 (file)
 #  *
 #  * You should have received a copy of the GNU General Public License
 #  * along with this program; if not, write to the Free Software
-#  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#  * 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;