summaryrefslogtreecommitdiffstats
path: root/win/CS/frmOptions.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-08-15 19:23:58 +0000
committersr55 <[email protected]>2011-08-15 19:23:58 +0000
commit746186658150dcbca2721d6d6fea77b4d7c09467 (patch)
treeebf2f050abe5418dbf4acf6cb1602815eb786d49 /win/CS/frmOptions.cs
parent774af7004dd17c59fee9606273cd52a24867eb98 (diff)
WinGui: Add a service manager to maintain single instances of services & update the user settings service to import defaults from an xml file.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4177 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmOptions.cs')
-rw-r--r--win/CS/frmOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/frmOptions.cs b/win/CS/frmOptions.cs
index ac8092333..0e64dddc1 100644
--- a/win/CS/frmOptions.cs
+++ b/win/CS/frmOptions.cs
@@ -26,7 +26,7 @@ namespace Handbrake
{
private readonly frmMain mainWindow;
- private readonly IUserSettingService userSettingService = new UserSettingService();
+ private readonly IUserSettingService userSettingService = ServiceManager.UserSettingService;
private bool optionsWindowLoading = true;
public frmOptions(frmMain mw)