Review: Approve
Looks fine to me.
I think this code below could do with some tweaking, but if it works, it's fine
for now.
6 if self.controllers[controller].enabled:
7 for type in self.controllers[controller].supports:
8 type = u'*%s' % type
9 if fileType.find(type) == -1:
10 fileType += type + u' '
11 self.OnNewFileMasks = self.trUtf8('Presentations (%s)' % fileType)
--
https://code.launchpad.net/~trb143/openlp/working/+merge/18908
Your team OpenLP Core is subscribed to branch lp:openlp.
_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openlp-core
More help : https://help.launchpad.net/ListHelp