Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2016-04-14 19:06:26 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-04-14 19:10:08 +0300
commitc5ab7d562d3e3224f1b290900aa69fc839656f23 (patch)
tree7a3c543a563bacc4e237e978a8b9e8b8591d079d /main/src/addins/MonoDevelop.Gettext
parent4585ced1ecf1dda01667d3ec9e0a87cc9557a409 (diff)
Rename Skin to Theme
Diffstat (limited to 'main/src/addins/MonoDevelop.Gettext')
-rw-r--r--main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/Styles.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/Styles.cs b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/Styles.cs
index 60d41c71b3..b2d61ba3d6 100644
--- a/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/Styles.cs
+++ b/main/src/addins/MonoDevelop.Gettext/MonoDevelop.Gettext.Editor/Styles.cs
@@ -49,7 +49,7 @@ namespace MonoDevelop.Gettext
public static void LoadStyles ()
{
POEditor = new POEditorStyle ();
- if (IdeApp.Preferences.UserInterfaceSkin == Skin.Light) {
+ if (IdeApp.Preferences.UserInterfaceTheme == Theme.Light) {
POEditor.EntryUntranslatedBackgroundColor = new Gdk.Color (234, 232, 227);
POEditor.EntryMissingBackgroundColor = new Gdk.Color (237, 226, 187);
POEditor.EntryFuzzyBackgroundColor = new Gdk.Color (255, 199, 186);