swf_SetActions is now named swf_ActionSet.
authorkramm <kramm>
Thu, 8 Nov 2001 21:04:10 +0000 (21:04 +0000)
committerkramm <kramm>
Thu, 8 Nov 2001 21:04:10 +0000 (21:04 +0000)
pdf2swf/swfoutput.cc

index 18e86d9..2353efe 100644 (file)
@@ -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);