From 7bc4c5f318b4e2e6865def0793fcf39e40e83146 Mon Sep 17 00:00:00 2001 From: Stevan Pettit Date: Wed, 23 May 2012 13:13:22 -0400 Subject: [PATCH] Settings to set default as ini format --- openlp/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 381af3671..6ebf1232c 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -260,7 +260,7 @@ def main(args=None): if options.portable: log.info(u'Running portable') app.setApplicationName(u'OpenLPPortable') - QtCore.QSettings.setDefaultFormat(QtCore.QSettings.IniFormat) + Settings.setDefaultFormat(Settings.IniFormat) # Get location OpenLPPortable.ini app_path = AppLocation.get_directory(AppLocation.AppDir) portable_settings_file = os.path.abspath(os.path.join(app_path, u'..',