Formatting (whitespace only)

This commit is contained in:
Waldi Ravens 2016-08-31 19:43:40 +02:00
parent e26c5acdf5
commit f6e8956080
2 changed files with 2 additions and 3 deletions

View File

@ -1850,7 +1850,7 @@
public string DurationMaximumMilliseconds { get; set; }
public string MinimumGapMilliseconds { get; set; }
public string MaximumLines { get; set; }
public string SubtitleFont { get; set; }
public string SubtitleFontSize { get; set; }
public string SubtitleBold { get; set; }

View File

@ -14,7 +14,6 @@ namespace Nikse.SubtitleEdit
[STAThread]
private static void Main()
{
#if !DEBUG
// Add the event handler for handling UI thread exceptions to the event.
Application.ThreadException += Application_ThreadException;
@ -23,7 +22,7 @@ namespace Nikse.SubtitleEdit
Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException);
// Add the event handler for handling non-UI thread exceptions to the event.
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
#endif
Application.EnableVisualStyles();