mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 21:21:52 +00:00
Issue #168 Export command from context menu in the tree
Issue #202 Removing tags
This commit is contained in:
@@ -186,7 +186,7 @@ public class Main {
|
||||
locswf = new SWF(bis, new PercentListener() {
|
||||
@Override
|
||||
public void percent(int p) {
|
||||
startWork("Reading SWF", p);
|
||||
startWork(translate("work.reading.swf"), p);
|
||||
}
|
||||
}, (Boolean) Configuration.getConfig("paralelSpeedUp", Boolean.TRUE));
|
||||
locswf.addEventListener(new EventListener() {
|
||||
|
||||
Reference in New Issue
Block a user