diff options
author | sr55 <[email protected]> | 2007-06-22 13:46:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-06-22 13:46:22 +0000 |
commit | 70754deeb712347b39cfbac01f120f744da04a94 (patch) | |
tree | 2deeaec945b1ecc4342d528e98641bb9bd9fc951 /win/Handbrake/My Project/Settings.settings | |
parent | bfa6064c75f9e1166248aadd085ead1cafa7c3f4 (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/Settings.settings')
-rw-r--r-- | win/Handbrake/My Project/Settings.settings | 7 |
1 files changed, 5 insertions, 2 deletions
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 |