mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:51:10 +00:00
export "pcode with hex" and "only hex" options added
This commit is contained in:
@@ -26,7 +26,7 @@ public class ExportDialog extends AppDialog {
|
||||
{translate("images.pngjpeg")},
|
||||
{translate("movies.flv")},
|
||||
{translate("sounds.mp3wavflv"), translate("sounds.flv")},
|
||||
{translate("actionscript.as"), translate("actionscript.pcode")}
|
||||
{translate("actionscript.as"), translate("actionscript.pcode"), translate("actionscript.pcodehex"), translate("actionscript.hex")}
|
||||
};
|
||||
String[] optionNames = {
|
||||
translate("shapes"),
|
||||
|
||||
Reference in New Issue
Block a user