]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Mon, 30 Aug 2010 18:07:28 +0000 (18:07 +0000)
committersr55 <sr55.hb@outlook.com>
Mon, 30 Aug 2010 18:07:28 +0000 (18:07 +0000)
- Fix Build

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3505 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/HandBrake.ApplicationServices/Functions/Main.cs

index a92d2d2459cac3cfed3ed87e56ab2c207a83bedd..43a064ca85406d47d8b926b18eef721e0ff80d07 100644 (file)
@@ -3,6 +3,8 @@
     Homepage: <http://handbrake.fr>.\r
     It may be used under the terms of the GNU General Public License. */\r
 \r
+using HandBrake.ApplicationServices.Views;\r
+\r
 namespace HandBrake.ApplicationServices.Functions\r
 {\r
     using System.Diagnostics;\r
@@ -32,7 +34,7 @@ namespace HandBrake.ApplicationServices.Functions
         /// </param>\r
         public static void ShowExceptiowWindow(string shortError, string longError)\r
         {\r
-            frmExceptionWindow exceptionWindow = new frmExceptionWindow();\r
+            ExceptionWindow exceptionWindow = new ExceptionWindow();\r
             exceptionWindow.Setup(shortError, longError);\r
             exceptionWindow.Show();\r
         }\r