From ff6eab9880aba3d04d852cfa5b7cef01895db124 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 8 Nov 2001 21:04:10 +0000 Subject: [PATCH] swf_SetActions is now named swf_ActionSet. --- pdf2swf/swfoutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 18e86d9..2353efe 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1176,7 +1176,7 @@ void drawlink(struct swfoutput*obj, ActionTAG*actions, swfcoord*points) swf_ButtonSetRecord(tag,0x04,myshapeid2,depth,0,0); swf_ButtonSetRecord(tag,0x08,myshapeid,depth,0,0); swf_SetU8(tag,0); - swf_SetActions(tag,actions); + swf_ActionSet(tag,actions); swf_SetU8(tag,0); tag = swf_InsertTag(tag,ST_PLACEOBJECT2); -- 1.7.10.4