diff --git a/Wabbajack.App.Wpf/Util/UIUtils.cs b/Wabbajack.App.Wpf/Util/UIUtils.cs index 53e45eff..b4fc10ac 100644 --- a/Wabbajack.App.Wpf/Util/UIUtils.cs +++ b/Wabbajack.App.Wpf/Util/UIUtils.cs @@ -66,7 +66,7 @@ namespace Wabbajack public static void OpenFolder(AbsolutePath path) { - String folderPath = path.ToString(); + string folderPath = path.ToString(); if (!folderPath.EndsWith(Path.DirectorySeparatorChar.ToString())) { folderPath += Path.DirectorySeparatorChar.ToString();