summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-06-12 17:02:33 +0000
committersr55 <[email protected]>2008-06-12 17:02:33 +0000
commit01d77f0e0f6a196de290110a14b965588cdc75e2 (patch)
tree72d957ae40054aedc4f0e339222692336b0bbcb0
parent5996a02806deff78ab32db080023b2115a8f15ca (diff)
WinGui:
- Accidentally updated the project file in the last commit, so the following empty file is now required. It will be used at a later date. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1509 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--win/C#/Functions/Presets.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/win/C#/Functions/Presets.cs b/win/C#/Functions/Presets.cs
new file mode 100644
index 000000000..213a6ea8b
--- /dev/null
+++ b/win/C#/Functions/Presets.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace Handbrake.Functions
+{
+ // This file is going to be used for all the preset stuff, when i get around to switching out to something that works a bit better.
+
+ class Presets
+ {
+ public void loadPresetPanel(frmMain mainWindow)
+ {
+ }
+ }
+}