From 97769166a50e30941dfad0ad227a37c8538a72e1 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 13 Jun 2013 18:38:02 +0000 Subject: WinGui: Added a new option that will allow users to fallback to using system colours. This is useful for those running non-standard system themes or high contrast mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5575 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs') diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index b01134b91..b9ce40b0c 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -236,6 +236,11 @@ namespace HandBrakeWPF /// public const string ShowPresetPanel = "ShowPresetPanel"; + /// + /// The use system colours. + /// + public const string UseSystemColours = "UseSystemColours"; + #endregion } } \ No newline at end of file -- cgit v1.2.3