fToolsCaseInsensitiveDbf.patch

Borys Jurgiel, 2010-02-07 04:09 AM

Download (618 Bytes)

View differences:

python/plugins/fTools/tools/doJoinAttributes.py (kopia robocza)
129 129
		fileCheck = QFile(outName)
130 130
		if fileCheck.exists():
131 131
			filePath = QFileInfo(outName).absoluteFilePath()
132
			if filePath.right(4) != ".dbf": filePath = filePath + ".dbf"
132
			if filePath.right(4).toUpper() != ".DBF": filePath = filePath + ".dbf"
133 133
			if not outName.isEmpty():
134 134
				self.inTable.clear()
135 135
				self.inTable.insert(filePath)