From c22ae6da2fb3c9ab14fcf697dc2eb93bd0e02317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 30 Aug 2025 18:46:15 +0200 Subject: [PATCH] Associate with SWT extension --- src/com/jpexs/decompiler/flash/console/ContextMenuTools.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java index 8d78338cf..868ce2d3f 100644 --- a/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java +++ b/src/com/jpexs/decompiler/flash/console/ContextMenuTools.java @@ -81,7 +81,7 @@ public class ContextMenuTools { } private static boolean addToContextMenu(boolean add, boolean fromCommandLine, String exeName) { - final String[] extensions = new String[]{"swf", "spl", "gfx"}; + final String[] extensions = new String[]{"swf", "spl", "gfx", "swt"}; final WinReg.HKEY REG_CLASSES_HKEY = WinReg.HKEY_LOCAL_MACHINE; final String REG_CLASSES_PATH = "Software\\Classes\\";