From c5587a07dfeb797459ea2a7f114885df54068bd9 Mon Sep 17 00:00:00 2001 From: Greg Date: Thu, 11 Aug 2016 17:14:44 -0700 Subject: [PATCH] revert this is specifically to cause a git sync fail --- MatterControlApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index eb9a6accd..635130878 100644 --- a/MatterControlApplication.cs +++ b/MatterControlApplication.cs @@ -411,7 +411,7 @@ namespace MatterHackers.MatterControl public static string MCWSBaseUri { get;} = "https://mattercontrol.appspot.com"; #endif - public static void LoadUITheme() + public static void LoadUITheme { //Load the default theme by index if (string.IsNullOrEmpty(UserSettings.Instance.get("ActiveThemeIndex")))