Associate with SWT extension

This commit is contained in:
Jindra Petřík
2025-08-30 18:46:15 +02:00
parent e8b15e1ad6
commit c22ae6da2f

View File

@@ -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\\";