diff options
author | sr55 <[email protected]> | 2007-08-04 16:00:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-08-04 16:00:30 +0000 |
commit | 183781712959423ed001f539918d8567e76cecc1 (patch) | |
tree | c51e6dd2f8d88588c33e9b37b146a3ccb2e0dd53 /win/C#/frmReadDVD.Designer.cs | |
parent | 34220f3ebb6fd879bd34316b89186013742da301 (diff) |
WinGui:
- Readded a bit of code that was accidentally removed in the last commit.
- Removed some old error handling code that is no longer required.
- Set frmReadDVD to always display on top
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@787 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.Designer.cs')
-rw-r--r-- | win/C#/frmReadDVD.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmReadDVD.Designer.cs b/win/C#/frmReadDVD.Designer.cs index d26fa202d..7a95d28fd 100644 --- a/win/C#/frmReadDVD.Designer.cs +++ b/win/C#/frmReadDVD.Designer.cs @@ -146,6 +146,7 @@ namespace Handbrake this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Reading DVD...";
+ this.TopMost = true;
this.ResumeLayout(false);
this.PerformLayout();
|