diff options
Diffstat (limited to 'win/C#/frmSplashScreen.cs')
-rw-r--r-- | win/C#/frmSplashScreen.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmSplashScreen.cs b/win/C#/frmSplashScreen.cs index dca8bd2ff..68441d4d0 100644 --- a/win/C#/frmSplashScreen.cs +++ b/win/C#/frmSplashScreen.cs @@ -4,10 +4,10 @@ Homepage: <http://handbrake.fr>.
It may be used under the terms of the GNU General Public License. */
-using System.Windows.Forms;
-
namespace Handbrake
{
+ using System.Windows.Forms;
+
public partial class frmSplashScreen : Form
{
public frmSplashScreen()
|