Updated version; added string-based methods in JsonHandler
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / serializing / CodeSnippetSupplier.java
index abd0e73..743d843 100644 (file)
@@ -49,7 +49,7 @@ public class CodeSnippetSupplier
 
        static
        {
-               try (InputStream s = IndirectGUIComponentCreator.class.getResourceAsStream("./mapping.json"))
+               try (InputStream s = IndirectGUIComponentCreator.class.getResourceAsStream("./standardSnippetIDMapping.json"))
                {
                        if (s == null)
                                throw new IOException("Resource not found");