OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / HandBrake.ApplicationServices / Parsing / Title.cs
similarity index 95%
rename from win/C#/Parsing/Title.cs
rename to win/C#/HandBrake.ApplicationServices/Parsing/Title.cs
index 3a3e6ca..0aad4d5 100644 (file)
@@ -3,7 +3,7 @@
     Homepage: <http://handbrake.fr>.\r
     It may be used under the terms of the GNU General Public License. */\r
 \r
-namespace Handbrake.Parsing\r
+namespace HandBrake.ApplicationServices.Parsing\r
 {\r
     using System;\r
     using System.Collections.Generic;\r
@@ -12,7 +12,7 @@ namespace Handbrake.Parsing
     using System.IO;\r
     using System.Text.RegularExpressions;\r
 \r
-    using Handbrake.Model;\r
+    using HandBrake.ApplicationServices.Model;\r
 \r
     /// <summary>\r
     /// An object that represents a single Title of a DVD\r
@@ -205,7 +205,7 @@ namespace Handbrake.Parsing
             if (m.Success)\r
                 thisTitle.SourceName = path.Replace("+ stream:", string.Empty).Trim();\r
 \r
-            if (!Properties.Settings.Default.noDvdNav)\r
+            if (!Properties.Settings.Default.disableDvdNav)\r
             {\r
                 // Get the Angles for the title.\r
                 m = Regex.Match(output.ReadLine(), @"  \+ angle\(s\) ([0-9])");\r