summaryrefslogtreecommitdiffstats
path: root/win/Handbrake/My Project
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-06-22 13:46:22 +0000
committersr55 <[email protected]>2007-06-22 13:46:22 +0000
commit70754deeb712347b39cfbac01f120f744da04a94 (patch)
tree2deeaec945b1ecc4342d528e98641bb9bd9fc951 /win/Handbrake/My Project
parentbfa6064c75f9e1166248aadd085ead1cafa7c3f4 (diff)
# Start of Version 2.3
- New Title drop down menu's Added - Fixed Profile bug where if anamorphic was selected when the profile was clicked, the resolution boxes would not be filled out. - Fixed Anamorphic and Chapter markers were saved in the wrong order. - Added version tag code to avoid having to update all the windows manually. Pulls version straight from settings file now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@628 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/Handbrake/My Project')
-rw-r--r--win/Handbrake/My Project/Settings.Designer.vb20
-rw-r--r--win/Handbrake/My Project/Settings.settings7
2 files changed, 21 insertions, 6 deletions
diff --git a/win/Handbrake/My Project/Settings.Designer.vb b/win/Handbrake/My Project/Settings.Designer.vb
index f9fea98a1..06fbb02ca 100644
--- a/win/Handbrake/My Project/Settings.Designer.vb
+++ b/win/Handbrake/My Project/Settings.Designer.vb
@@ -68,7 +68,7 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.Configuration.DefaultSettingValueAttribute("2.25")> _
+ Global.System.Configuration.DefaultSettingValueAttribute("2.3")> _
Public Property HandbrakeGUIVersion() As String
Get
Return CType(Me("HandbrakeGUIVersion"),String)
@@ -333,12 +333,12 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("")> _
- Public Property DVDChapter() As String
+ Public Property ChapterStart() As String
Get
- Return CType(Me("DVDChapter"),String)
+ Return CType(Me("ChapterStart"),String)
End Get
Set
- Me("DVDChapter") = value
+ Me("ChapterStart") = value
End Set
End Property
@@ -461,6 +461,18 @@ Namespace My
Me("ReadDVDatStartup") = value
End Set
End Property
+
+ <Global.System.Configuration.UserScopedSettingAttribute(), _
+ Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
+ Global.System.Configuration.DefaultSettingValueAttribute("")> _
+ Public Property ChapterFinish() As String
+ Get
+ Return CType(Me("ChapterFinish"),String)
+ End Get
+ Set
+ Me("ChapterFinish") = value
+ End Set
+ End Property
End Class
End Namespace
diff --git a/win/Handbrake/My Project/Settings.settings b/win/Handbrake/My Project/Settings.settings
index cc8146bd2..c45cdc6ed 100644
--- a/win/Handbrake/My Project/Settings.settings
+++ b/win/Handbrake/My Project/Settings.settings
@@ -6,7 +6,7 @@
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="HandbrakeGUIVersion" Type="System.String" Scope="User">
- <Value Profile="(Default)">2.25</Value>
+ <Value Profile="(Default)">2.3</Value>
</Setting>
<Setting Name="HandbrakeCLIVersion" Type="System.String" Scope="User">
<Value Profile="(Default)">0.8.5b1</Value>
@@ -71,7 +71,7 @@
<Setting Name="DVDSource" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
- <Setting Name="DVDChapter" Type="System.String" Scope="User">
+ <Setting Name="ChapterStart" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="DVDTitle" Type="System.String" Scope="User">
@@ -104,5 +104,8 @@
<Setting Name="ReadDVDatStartup" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
+ <Setting Name="ChapterFinish" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
</Settings>
</SettingsFile> \ No newline at end of file