summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-03-20 17:39:20 +0000
committersr55 <[email protected]>2011-03-20 17:39:20 +0000
commit22393506f087fcb28e4aedab2e7a47d2ae6256ec (patch)
tree68c4d67356970896ca638f064527f6d6c0326b4e /win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs
parent24d2785ae92568533caed9528944167ca27e8905 (diff)
WinGui:
- Bunch of work to help OO the UI code a bit better and prepare for the WPF UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3854 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs b/win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs
index dcee4cac4..e4105565e 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/Encoding/PointToPointMode.cs
@@ -12,6 +12,7 @@ namespace HandBrake.ApplicationServices.Model.Encoding
{
Chapters = 0,
Seconds,
- Frames
+ Frames,
+ Preview,
}
}