Description: Remove the "check for updates" setting from OpenLP.
Author: Raoul Snyman <raoulsnyman@openlp.org>
--- old/openlp/core/ui/generaltab.py	2012-12-30 19:41:24 +0000
+++ new/openlp/core/ui/generaltab.py	2013-02-22 20:32:35 +0000
@@ -164,6 +164,7 @@
         self.startupLayout.addWidget(self.showSplashCheckBox)
         self.checkForUpdatesCheckBox = QtGui.QCheckBox(self.startupGroupBox)
         self.checkForUpdatesCheckBox.setObjectName(u'checkForUpdatesCheckBox')
+        self.checkForUpdatesCheckBox.setVisible(False)
         self.startupLayout.addWidget(self.checkForUpdatesCheckBox)
         self.rightLayout.addWidget(self.startupGroupBox)
         # Application Settings

