diff options
author | sr55 <[email protected]> | 2009-12-04 16:27:02 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-12-04 16:27:02 +0000 |
commit | 986cc6b7c95aea65e5f828b3d1fd6acbd817be43 (patch) | |
tree | be22c3c1189b4419291451c73b8192a457160a30 /win/C#/app.config | |
parent | 7fcdab64f2b7c161b19b8cd0250cfbb799729759 (diff) |
WinGui:
- Implement new option: "--previews" allowing a range of 10 to 30 to be selected on the preview window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3001 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index 6cd2d7e1b..4be868244 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -121,6 +121,9 @@ <setting name="cliLastModified" serializeAs="String">
<value />
</setting>
+ <setting name="previewScanCount" serializeAs="String">
+ <value>10</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
|