diff options
author | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
commit | 8bd864a502666482a0f47e22d5f671b7c502e027 (patch) | |
tree | 21501963b4a1c1ecb8dcf397a5de6cae0369fc03 /win/C#/frmMain.cs | |
parent | 5917460b2da251a54143874586ae041c27350a13 (diff) |
WinGui:
- Removed some white space in a few files.
- Untied options window from frmMain.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2062 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 6f9341641..7fcd2fb32 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -208,7 +208,7 @@ namespace Handbrake }
private void mnu_options_Click(object sender, EventArgs e)
{
- Form Options = new frmOptions(this);
+ Form Options = new frmOptions();
Options.ShowDialog();
}
#endregion
|