Added #2389 Support for SPL file extension (Flash version 1 - Future Splash Animator)

This commit is contained in:
Jindra Petřík
2025-01-17 21:47:12 +01:00
parent 88802ccc64
commit 2fcd3e4a7a
24 changed files with 95 additions and 27 deletions
@@ -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\\";