[gbrainy] Change default theme to notebook



commit ca3951bc38271962a50170df7918ab7cfc07dacf
Author: Jordi Mas <jmas softcatala org>
Date:   Sat Jun 4 19:30:48 2011 +0200

    Change default theme to notebook

 src/Core/Main/Preferences.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Main/Preferences.cs b/src/Core/Main/Preferences.cs
index 9e1723a..869897b 100644
--- a/src/Core/Main/Preferences.cs
+++ b/src/Core/Main/Preferences.cs
@@ -138,7 +138,7 @@ namespace gbrainy.Core.Main
 			defaults.Add (ToolbarShowKey, true.ToString ());
 			defaults.Add (ToolbarOrientationKey, "0");
 			defaults.Add (ColorBlindKey, false.ToString ());
-			defaults.Add (ThemeKey, "classic");
+			defaults.Add (ThemeKey, "notebook");
 			defaults.Add (EnglishVersionKey, string.Empty);
 			defaults.Add (EnglishKey, false.ToString ());
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]