summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-11-02 23:16:52 +0000
committersr55 <[email protected]>2007-11-02 23:16:52 +0000
commit8b564dc93fd907f1730eaeb38ff6e79878f18e0c (patch)
treea3e5e24e4476bd7d795076ff5e1db8994677231d /win/C#/frmOptions.cs
parentf2237ea2b18df57ae1735a89f589da39d2d818e9 (diff)
WinGui:
- New tab layout options window. - Small tweaks to the read dvd window and queueWindow - hbcli.exe now renamed to HandbrakeCLI.exe to match all other platforms. - Presets Listbox replaced with listview in preparation for future improvements. - Update built in presets option re-enabled for the same reason. - Few other small design tweaks here and there git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1043 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r--win/C#/frmOptions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs
index 5451d6f9b..fda77169f 100644
--- a/win/C#/frmOptions.cs
+++ b/win/C#/frmOptions.cs
@@ -99,8 +99,8 @@ namespace Handbrake
private void check_showPreset_CheckedChanged(object sender, EventArgs e)
{
Properties.Settings.Default.hidePresets = check_showPreset.CheckState.ToString();
- }
-
+ }
+
}
} \ No newline at end of file