From f9d01e414aa95e7357773ece091d32560416a712 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sun, 18 Dec 2016 13:35:03 +0000 Subject: [PATCH] settings.py --- openlp/core/common/settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openlp/core/common/settings.py b/openlp/core/common/settings.py index 132e9652a..73a6cdbcf 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -217,7 +217,9 @@ class Settings(QtCore.QSettings): ('advanced/default image', 'core/logo file', []), # Default image renamed + moved to general after 2.4. ('shortcuts/escapeItem', 'shortcuts/desktopScreenEnable', []), # Escape item was removed in 2.6. ('shortcuts/offlineHelpItem', 'shortcuts/userManualItem', []), # Online and Offline help were combined in 2.6. - ('shortcuts/onlineHelpItem', 'shortcuts/userManualItem', []) # Online and Offline help were combined in 2.6. + ('shortcuts/onlineHelpItem', 'shortcuts/userManualItem', []), # Online and Offline help were combined in 2.6. + ('bibles/advanced bible', '', []), # Common bible search widgets combined in 2.6 + ('bibles/quick bible', 'bibles/primary bible', []) # Common bible search widgets combined in 2.6 ] @staticmethod