mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 21:34:59 +00:00
save fix when compression changed to lzma, allow to compress to lzma from command line. also allow to recompress from command line (e.g lzma=>zlib)
This commit is contained in:
@@ -242,7 +242,7 @@ public class HeaderInfoPanel extends JPanel implements TagEditorPanel {
|
||||
|
||||
public void load(SWF swf) {
|
||||
this.swf = swf;
|
||||
signatureLabel.setText(swf.getHeaderBytes());
|
||||
signatureLabel.setText(new String(swf.getHeaderBytes()));
|
||||
switch (swf.compression) {
|
||||
case LZMA:
|
||||
compressionLabel.setText(AppStrings.translate("header.compression.lzma"));
|
||||
|
||||
Reference in New Issue
Block a user