From 65ba888ce094d61463c5c338301cdddad78b968b Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:39:56 -0400 Subject: [PATCH] Fix comment --- RecodeItGUI/Utils/GUIHelpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecodeItGUI/Utils/GUIHelpers.cs b/RecodeItGUI/Utils/GUIHelpers.cs index da45326..1a88405 100644 --- a/RecodeItGUI/Utils/GUIHelpers.cs +++ b/RecodeItGUI/Utils/GUIHelpers.cs @@ -266,7 +266,7 @@ internal static class GUIHelpers /// Opens and returns a path from a folder dialogue /// /// - /// + /// Path if selected, or empty string public static string OpenFolderDialog(string description) { using FolderBrowserDialog fDialog = new();