From 7686ecbf127a41291a7fe76852f93fe7a6f60fb4 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 17 Mar 2012 18:36:35 +0000 Subject: WinGui: (WPF) Wired up the Add Preset window and setup the build scripts to create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.ApplicationServices/Services/PresetService.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices/Services') diff --git a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs index 33b872796..63d636f5c 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/PresetService.cs @@ -42,9 +42,9 @@ namespace HandBrake.ApplicationServices.Services private static readonly XmlSerializer Ser = new XmlSerializer(typeof(List)); /// - /// The User Setting Service + /// User Preset Default Catgory Name /// - private IUserSettingService userSettingService = ServiceManager.UserSettingService; + public static string UserPresetCatgoryName = "User Presets"; /// /// The User Preset file @@ -61,8 +61,14 @@ namespace HandBrake.ApplicationServices.Services /// private ObservableCollection presets = new ObservableCollection(); + /// + /// The User Setting Service + /// + private IUserSettingService userSettingService = ServiceManager.UserSettingService; + #endregion + /// /// Initializes a new instance of the class. /// -- cgit v1.2.3