diff options
author | sr55 <[email protected]> | 2008-04-06 23:33:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-04-06 23:33:28 +0000 |
commit | 05f9f27ea044b17f739faf49e40deaff64e89389 (patch) | |
tree | 91641a99cc997d14fa9b8aca227375aeb2d663b0 /win/C#/frmActivityWindow.Designer.cs | |
parent | ce3d163596c85310131033a73569494ad8a3a759 (diff) |
WinGui:
- Activity window now updates every 3 seconds during an encode, so the user can now watch the encode log as it is generated by the CLI.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1384 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.Designer.cs')
-rw-r--r-- | win/C#/frmActivityWindow.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmActivityWindow.Designer.cs b/win/C#/frmActivityWindow.Designer.cs index 6a8b4dc4e..ac1e6f1ac 100644 --- a/win/C#/frmActivityWindow.Designer.cs +++ b/win/C#/frmActivityWindow.Designer.cs @@ -45,6 +45,7 @@ namespace Handbrake //
// rtf_actLog
//
+ this.rtf_actLog.Cursor = System.Windows.Forms.Cursors.IBeam;
this.rtf_actLog.DetectUrls = false;
this.rtf_actLog.Location = new System.Drawing.Point(12, 12);
this.rtf_actLog.Name = "rtf_actLog";
|