xml import fixes

This commit is contained in:
honfika@gmail.com
2015-01-18 14:04:53 +01:00
parent 3ee9903bb3
commit 19256260d0
29 changed files with 284 additions and 75 deletions

View File

@@ -12,7 +12,8 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library.
* License along with this library.
*/
package com.jpexs.decompiler.flash;
import com.jpexs.decompiler.flash.action.Action;
@@ -2361,7 +2362,7 @@ public class SWFInputStream implements AutoCloseable {
*/
public BUTTONCONDACTION readBUTTONCONDACTION(SWF swf, Tag tag, String name) throws IOException {
newDumpLevel(name, "BUTTONCONDACTION");
newDumpLevel(name, "BUTTONCONDACTION");
BUTTONCONDACTION ret = new BUTTONCONDACTION(swf, this, tag);
//ret.actions = readActionList();
endDumpLevel();
return ret;