mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 10:12:59 +00:00
Associate with SWT extension
This commit is contained in:
@@ -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\\";
|
||||
|
||||
Reference in New Issue
Block a user