diff options
author | sr55 <[email protected]> | 2009-04-14 21:48:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-04-14 21:48:34 +0000 |
commit | 7d4c044ebd62fdeac7a5665ec8fcd2548611ff51 (patch) | |
tree | 3bf8384a1b453735cd9437df6c958a5ee0a3a02b /win/C#/frmPreview.cs | |
parent | 16b2cd579e17d46bdf7bcec3059a92d2c80d21e8 (diff) |
WinGui:
- Move some files around. Removes frmMain folder. Removes old x264panel file which is no longer used. Fixes namespace errors.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2327 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmPreview.cs')
-rw-r--r-- | win/C#/frmPreview.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/frmPreview.cs b/win/C#/frmPreview.cs index 37407c8ae..748d63876 100644 --- a/win/C#/frmPreview.cs +++ b/win/C#/frmPreview.cs @@ -5,6 +5,7 @@ using System.Diagnostics; using System.Runtime.InteropServices;
using System.IO;
using AxQTOControlLib;
+using Handbrake.Functions;
using QTOControlLib;
using QTOLibrary;
|