Small improvements in IndirectGUIComponentCreator
[Mograsim.git] / net.mograsim.logic.model.editor / src / net / mograsim / logic / model / editor / SaveLoadManager.java
index e690200..7fecf7f 100644 (file)
@@ -69,7 +69,7 @@ public class SaveLoadManager
                if (result != null)
                {
                        new Editor((DeserializedSubmodelComponent) IndirectGUIComponentCreator.createComponent(new ViewModelModifiable(),
-                                       "file:" + result));
+                                       "jsonfile:" + result));
                }
        }
 }