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