diff options
author | sr55 <[email protected]> | 2009-01-22 21:13:59 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-22 21:13:59 +0000 |
commit | 041ee4d8203087656775caecb5a312f246bdc2ae (patch) | |
tree | 0100b3ff617a7ec5d76881674c4e77c84dcab2d2 /win/C#/Program.cs | |
parent | e22c0e8c13d799104e616de5c469cb11b4defca0 (diff) |
WinGui:
- Fixes/Tweaks to the chapter markers tab and handling code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2092 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Program.cs')
-rw-r--r-- | win/C#/Program.cs | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/win/C#/Program.cs b/win/C#/Program.cs index 6f71b80f0..6ab76bbae 100644 --- a/win/C#/Program.cs +++ b/win/C#/Program.cs @@ -5,20 +5,7 @@ It may be used under the terms of the GNU General Public License. */
using System;
-using System.Collections.Generic;
-using System.Collections.Specialized;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
using System.Windows.Forms;
-using System.Net;
-using System.IO;
-using System.Diagnostics;
-using System.Threading;
-using System.Runtime.InteropServices;
-using System.Globalization;
-
namespace Handbrake
{
@@ -44,7 +31,7 @@ namespace Handbrake }
catch (Exception exc)
{
- MessageBox.Show("frmMain.cs - systemCheck() " + exc.ToString());
+ MessageBox.Show("frmMain.cs - systemCheck() " + exc);
}
// Either Launch or Close the Application
|