summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2009-06-09 16:49:10 +0000
committersr55 <[email protected]>2009-06-09 16:49:10 +0000
commit0762ced18168df111984a66c5f48d6ab663104d6 (patch)
tree2c15744446bf63b4d3c86f8eaac9870d6083d64c /win/C#/frmMain.cs
parent4c080537fc46cacff72533f74f783355b37443d0 (diff)
WinGui:
- Custom Anamorphic with Keep AR should be mostly working now. - Fixed another few bugs. (Incorrect DAR values and caching, Height value after scan incorrect for anamorphic modes) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2507 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r--win/C#/frmMain.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs
index 02582923b..4a57fe2b8 100644
--- a/win/C#/frmMain.cs
+++ b/win/C#/frmMain.cs
@@ -20,12 +20,12 @@ namespace Handbrake
{
public partial class frmMain : Form
{
- // Objects which may be used by one or more other objects
+ // Objects which may be used by one or more other objects *************
QueueHandler encodeQueue = new QueueHandler();
PresetsHandler presetHandler = new PresetsHandler();
QueryGenerator queryGen = new QueryGenerator();
- // Globals: Mainly used for tracking.
+ // Globals: Mainly used for tracking. *********************************
Title selectedTitle;
DVD thisDVD;
private frmQueue queueWindow;
@@ -34,7 +34,7 @@ namespace Handbrake
public int maxWidth;
public int maxHeight;
- // Delegates
+ // Delegates **********************************************************
private delegate void UpdateWindowHandler();
private delegate void UpdateStatusChanger();
@@ -1614,7 +1614,7 @@ namespace Handbrake
public string lastAction { get; set; }
#endregion
- #region overrides
+ #region Overrides
/// <summary>
/// If the queue is being processed, prompt the user to confirm application close.
/// </summary>