diff --git a/openlp/utils/ConfigHelper.py b/openlp/utils/ConfigHelper.py index 5acbb9552..d991ad5a7 100644 --- a/openlp/utils/ConfigHelper.py +++ b/openlp/utils/ConfigHelper.py @@ -28,5 +28,5 @@ def getSongsFile(): print songfile def getBiblePath(): - return os.path.join(getConfigPath(), 'Bibles') + return os.path.join(getConfigPath(), "Data","Bibles")