diff options
author | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-11-16 22:49:34 +0000 |
commit | af3277fd9e511b768a083bc77023e2e0437578fc (patch) | |
tree | c5611438d5797c44acdc909f9b8e12203e133c5f /win/C#/Properties/Settings.settings | |
parent | 9f0ec015e60bdfefb0956cd45a762c04d2d8bcb0 (diff) |
WinGUI:
- Image file updated in about window (due to removal of images folder)
- frmDvdInfo has few small design tweaks
- Few fixes in the Query Parser
- Build number added to application Settings.Designer.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.settings')
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 468b350be..4b9bf8925 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -44,5 +44,8 @@ <Setting Name="defaultUserSettings" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
+ <Setting Name="build" Type="System.Int32" Scope="User">
+ <Value Profile="(Default)">1010</Value>
+ </Setting>
</Settings>
</SettingsFile>
\ No newline at end of file |