diff options
author | sr55 <[email protected]> | 2010-02-25 20:45:44 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-25 20:45:44 +0000 |
commit | 8c3709d289a996567d459a92d64378ddebb7d2f9 (patch) | |
tree | 13936b652aee6a05466e1c2d14b9b4a62bf263e9 /win/C#/frmMain.cs | |
parent | 4de954484ea3b2bac3d48e502acb616e2b6779c1 (diff) |
WinGui:
- Make the picture settings panel work more like the macgui.
No longer uses -X Max Width but instead does all the logic in-gui so it's less confusing to the user.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3139 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 8dd436c9b..8e7e31db2 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -1037,7 +1037,6 @@ namespace Handbrake UnRegisterPresetEventHandler();
drop_mode.SelectedIndex = 0;
- PictureSettings.lbl_Aspect.Text = "Select a Title"; // Reset some values on the form
drop_chapterStart.Items.Clear();
drop_chapterFinish.Items.Clear();
@@ -1791,7 +1790,6 @@ namespace Handbrake drop_chapterFinish.Items.Clear();
lbl_duration.Text = "Select a Title";
PictureSettings.lbl_src_res.Text = "Select a Title";
- PictureSettings.lbl_Aspect.Text = "Select a Title";
sourcePath = String.Empty;
text_destination.Text = String.Empty;
selectedTitle = null;
|