diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index efbe40bab..4403926c8 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -264,7 +264,7 @@ def main(args=None): # Get location OpenLPPortable.ini app_path = AppLocation.get_directory(AppLocation.AppDir) portable_settings_file = os.path.abspath(os.path.join(app_path, u'..', - u'..', u'Data', u'settings', u'OpenLP.ini')) + u'..', u'Data', u'OpenLP.ini')) # Make this our settings file log.info(u'INI file: %s' % portable_settings_file) Settings.setFilename(portable_settings_file)