chnage theme suffix

This commit is contained in:
Tim Bentley 2010-08-27 17:44:42 +01:00
parent e1afe3be94
commit 3c637f6c2d

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