From 3c637f6c2dd5ec026818f05dcc5951650694d7b7 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 27 Aug 2010 17:44:42 +0100 Subject: [PATCH] chnage theme suffix --- openlp/core/ui/thememanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 15ad70567..bd1aee146 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -295,7 +295,7 @@ class ThemeManager(QtGui.QWidget): path = unicode(path) if path: SettingsManager.set_last_dir(self.settingsSection, path, 1) - themePath = os.path.join(path, theme + u'.theme') + themePath = os.path.join(path, theme + u'.thz') zip = None try: zip = zipfile.ZipFile(themePath, u'w')