summaryrefslogtreecommitdiffstats
path: root/win/C#/frmOptions.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-18 19:50:00 +0000
committersr55 <[email protected]>2007-07-18 19:50:00 +0000
commit3aea9521c461a42e879958d88ba8ce8e6ee4d5ca (patch)
treeffda0356c0386638d2b8fc773a3d7061966611eb /win/C#/frmOptions.cs
parentb36c2befd3795caf8b54fabec67d071a5ccfd74f (diff)
WinGui:
- Changed the progress bar on frmReadDVD to a text value. Progress bar wasn't really needed here. - Few design tweaks to the frmReadDVD window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@713 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.cs')
-rw-r--r--win/C#/frmOptions.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/C#/frmOptions.cs b/win/C#/frmOptions.cs
index fc3d55a0a..66ae0a56d 100644
--- a/win/C#/frmOptions.cs
+++ b/win/C#/frmOptions.cs
@@ -74,8 +74,6 @@ namespace Handbrake
{
Properties.Settings.Default.Save(); // Small hack for Vista. Seems to work fine on XP without this
this.Close();
- }
-
-
+ }
}
} \ No newline at end of file