Tim, do you mean these type of lines? 619 - filename = unicode(QtCore.QDir.toNativeSeparators(filename)) 620 + filename = unicode(filename).replace(u'/', os.path.sep)
I don't think the functionality has changed, just the method used for consistency with other code. Just tested, works fine on Windows. -- https://code.launchpad.net/~m2j/openlp/cleanups/+merge/96225 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp