From 4bffba0f68ac3f47dcff6cd576c4465fb25a15b4 Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 15 Aug 2016 15:05:05 -0700 Subject: [PATCH] Revert "revert this is specifically to cause a git sync fail" This reverts commit c5587a07dfeb797459ea2a7f114885df54068bd9. --- MatterControlApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MatterControlApplication.cs b/MatterControlApplication.cs index 635130878..eb9a6accd 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")))