From 4b6769f9b2f2dcb6c516eaefa8ef44674cafea28 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 5 Jul 2012 17:25:23 +0200 Subject: [PATCH] fixed bug 1021272 (Exporting settings fails with traceback in Build 2014) Fixes: https://launchpad.net/bugs/1021272 --- openlp/core/ui/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 267897efe..b6c9ee8d5 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -48,7 +48,7 @@ from openlp.core.ui import AboutForm, SettingsForm, ServiceManager, \ ShortcutListForm, FormattingTagForm from openlp.core.ui.media import MediaController from openlp.core.utils import AppLocation, add_actions, LanguageManager, \ - get_application_version + get_application_version, get_filesystem_encoding from openlp.core.utils.actions import ActionList, CategoryOrder from openlp.core.ui.firsttimeform import FirstTimeForm from openlp.core.ui import ScreenList