diff options
author | sr55 <[email protected]> | 2014-02-23 18:25:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-02-23 18:25:37 +0000 |
commit | 2a8581bae2052042d7564055009131725b7fecd4 (patch) | |
tree | c613db4bdd3d8a72f26bd285432fc6f6d568be1c /win/CS/HandBrakeWPF/Model/SelectionTitle.cs | |
parent | 99c113391ca80041d963f55ed66b3e902a5af032 (diff) |
WinGui: Fix to the Multiple Title selection feature. UI warning no longer relevant after audio/sub title behaviour refactor.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/SelectionTitle.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Model/SelectionTitle.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Model/SelectionTitle.cs b/win/CS/HandBrakeWPF/Model/SelectionTitle.cs index 63ad47793..8983fb971 100644 --- a/win/CS/HandBrakeWPF/Model/SelectionTitle.cs +++ b/win/CS/HandBrakeWPF/Model/SelectionTitle.cs @@ -3,7 +3,7 @@ // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
// </copyright>
// <summary>
-// TODO: Update summary.
+// A model for the multiple selection window for adding to the queue.
// </summary>
// --------------------------------------------------------------------------------------------------------------------
|