diff options
author | sr55 <[email protected]> | 2010-05-18 19:58:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-05-18 19:58:43 +0000 |
commit | c80ba825d496edc98e2c4129896598e96b56a0d9 (patch) | |
tree | 13c7ffe5b4c254383bb60bc4f28909fa8e25e144 /win/C#/frmActivityWindow.cs | |
parent | 0235181e86018ab9938602ebf24e45e4244ba3a2 (diff) |
WinGui:
- Some more work done on the Plist Mac preset Export feature. Can now export a plist but not all key value pairs are populated.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3305 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.cs')
-rw-r--r-- | win/C#/frmActivityWindow.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/C#/frmActivityWindow.cs b/win/C#/frmActivityWindow.cs index 7686a0d1d..613a1a4c2 100644 --- a/win/C#/frmActivityWindow.cs +++ b/win/C#/frmActivityWindow.cs @@ -96,7 +96,7 @@ namespace Handbrake /// </param>
private delegate void SetModeCallback(ActivityLogMode setMode);
- /* Public Methods */
+ /* Private Methods */
/// <summary>
/// Set the window to scan mode
@@ -143,8 +143,6 @@ namespace Handbrake }
}
- /* Private Methods */
-
/// <summary>
/// On Window load, start a new timer
/// </summary>
|