From 077ca1b6e76c70bd43ff446f54deff554ac09e9c Mon Sep 17 00:00:00 2001 From: John Lewin Date: Fri, 22 Jun 2018 17:10:29 -0700 Subject: [PATCH] Fix incorrect ordering of parameters --- PartPreviewWindow/StartPage/ExplorePanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartPreviewWindow/StartPage/ExplorePanel.cs b/PartPreviewWindow/StartPage/ExplorePanel.cs index e1dede438..df5dc650d 100644 --- a/PartPreviewWindow/StartPage/ExplorePanel.cs +++ b/PartPreviewWindow/StartPage/ExplorePanel.cs @@ -70,7 +70,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.PlusTab { FeedData explorerFeed = null; - var json = ApplicationController.LoadCachedFile(staticFile, "MatterHackers"); + var json = ApplicationController.LoadCachedFile("MatterHackers", staticFile); if (json != null) { // Construct directly from cache