diff options
Diffstat (limited to 'win/C#/frmMain.cs')
-rw-r--r-- | win/C#/frmMain.cs | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/win/C#/frmMain.cs b/win/C#/frmMain.cs index 03a4cb350..728cd44dd 100644 --- a/win/C#/frmMain.cs +++ b/win/C#/frmMain.cs @@ -71,6 +71,12 @@ namespace Handbrake Thread.Sleep(100);
}
+ //H264 Panel Loading
+ lblStatus.Text = "Loading H264 Panel";
+ Application.DoEvents();
+ setupH264Panel();
+ Thread.Sleep(100);
+
// Load the presets
// Set some defaults for the dropdown menus. Just incase the normal or user presets dont load.
lblStatus.Text = "Loading Presets Bar ...";
@@ -97,12 +103,6 @@ namespace Handbrake Thread.Sleep(100);
}
- //H264 Panel Loading
- lblStatus.Text = "Loading H264 Panel";
- Application.DoEvents();
- setupH264Panel();
- Thread.Sleep(100);
-
//Finished Loading
lblStatus.Text = "Loading Complete!";
Application.DoEvents();
@@ -1606,6 +1606,7 @@ namespace Handbrake +
// This is the END of the road ------------------------------------------------------------------------------
}
}
\ No newline at end of file |