← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/working into lp:openlp

 

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.



References