rename theme suffix

This commit is contained in:
Tim Bentley 2010-08-29 15:27:51 +01:00
parent f065f95d00
commit 4379004f0e
1 changed files with 1 additions and 1 deletions

View File

@ -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'.thz')
themePath = os.path.join(path, theme + u'.otz')
zip = None
try:
zip = zipfile.ZipFile(themePath, u'w')