changeset 255:9476834349f3

Set update check on program start to true by default. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@469 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 06 Oct 2007 10:54:31 +0000
parents 48432ecfa00b
children d9603e12a356
files src/uiguisettings.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/uiguisettings.cpp	Tue Aug 21 18:32:43 2007 +0000
+++ b/src/uiguisettings.cpp	Sat Oct 06 10:54:31 2007 +0000
@@ -290,7 +290,7 @@
 	settings["Language"] = availableTranslations.indexOf( qsettings->value("UniversalIndentGUI/language", "").toString() );
 
     // Read the update check settings from the settings file.
-    settings["CheckForUpdate"] = qsettings->value("UniversalIndentGUI/CheckForUpdate", false).toBool();
+    settings["CheckForUpdate"] = qsettings->value("UniversalIndentGUI/CheckForUpdate", true).toBool();
     settings["LastUpdateCheck"] = qsettings->value("UniversalIndentGUI/LastUpdateCheck", QDate(1900,1,1)).toDate();
 
     // Read the main window state.