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