openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #06274
[Merge] lp:~raoul-snyman/openlp/theme-import into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/theme-import into lp:openlp.
Requested reviews:
Jon Tibble (meths)
Tim Bentley (trb143)
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/theme-import/+merge/49861
Amalgamated OpenLP theme file filters into one.
--
https://code.launchpad.net/~raoul-snyman/openlp/theme-import/+merge/49861
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/ui/thememanager.py'
--- openlp/core/ui/thememanager.py 2011-02-14 20:32:19 +0000
+++ openlp/core/ui/thememanager.py 2011-02-15 19:13:51 +0000
@@ -405,8 +405,8 @@
files = QtGui.QFileDialog.getOpenFileNames(self,
translate('OpenLP.ThemeManager', 'Select Theme Import File'),
SettingsManager.get_last_dir(self.settingsSection),
- unicode(translate('OpenLP.ThemeManager', 'Theme v1 (*.theme);;'
- 'Theme v2 (*.otz);;%s (*.*)')) % UiStrings.AllFiles)
+ unicode(translate('OpenLP.ThemeManager',
+ 'OpenLP Themes (*.theme *.otz)')))
log.info(u'New Themes %s', unicode(files))
if files:
for file in files:
Follow ups