From b1f84aa2f21e9a775ad186c24527141ba4aae1b0 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 12 Mar 2010 22:00:43 +0000 Subject: WinGui: - Missing comment git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3164 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/Main.cs | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'win') diff --git a/win/C#/Functions/Main.cs b/win/C#/Functions/Main.cs index ff183178f..02f6c80f1 100644 --- a/win/C#/Functions/Main.cs +++ b/win/C#/Functions/Main.cs @@ -745,6 +745,15 @@ namespace Handbrake.Functions return drives; } + /// + /// Change a string to Title Case/ + /// + /// + /// The input. + /// + /// + /// A string in title case. + /// public static string TitleCase(string input) { string[] tokens = input.Split(' '); @@ -758,7 +767,5 @@ namespace Handbrake.Functions return sb.ToString().Trim(); } - - } } \ No newline at end of file -- cgit v1.2.3