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
/// </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