mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:00:48 +00:00
Added #2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)
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", "gfx"};
|
||||
final String[] extensions = new String[]{"swf", "spl", "gfx"};
|
||||
|
||||
final WinReg.HKEY REG_CLASSES_HKEY = WinReg.HKEY_LOCAL_MACHINE;
|
||||
final String REG_CLASSES_PATH = "Software\\Classes\\";
|
||||
|
||||
Reference in New Issue
Block a user