summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-05-17 20:20:25 +0000
committersr55 <[email protected]>2008-05-17 20:20:25 +0000
commit20308dcd550d6bf33ae04c938a5c03da9d96cbac (patch)
treec983c900faefa74b3e2afa22c165d5347767d683 /win/C#/frmMain.cs
parent1f91f92300597e490ce88672b1b45afeba5d0953 (diff)
WinGui:
- Changes -a auto to -a 1 (The CLI was throwing an error message with auto) - Misc other changes and code cleanup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1463 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r--win/C#/frmMain.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs
index 76bb5f26c..12b51041b 100644
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -150,6 +150,7 @@ namespace Handbrake
Form splash = new frmSplashScreen();
splash.Show();
}
+
private void setupH264Panel()
{
/*Set opt widget values here*/
@@ -275,6 +276,7 @@ namespace Handbrake
/* Standardize the option string */
rtf_x264Query.Text = "";
}
+
private void loadUserDefaults()
{
string userDefaults = Properties.Settings.Default.defaultUserSettings;
@@ -1971,10 +1973,8 @@ namespace Handbrake
}
#endregion
-
-
-
+
// This is the END of the road ------------------------------------------------------------------------------
}
} \ No newline at end of file