QScintilla/Exporters/ExporterBase.py

changeset 24
9233b51b54d1
parent 13
1af94a91f439
child 539
87f9bce38a44
child 792
a13346916170
diff -r 32c0e478f0c0 -r 9233b51b54d1 QScintilla/Exporters/ExporterBase.py
--- a/QScintilla/Exporters/ExporterBase.py	Wed Jan 06 18:29:48 2010 +0000
+++ b/QScintilla/Exporters/ExporterBase.py	Wed Jan 06 19:24:47 2010 +0000
@@ -49,7 +49,7 @@
             if not ext:
                 ex = selectedFilter.split("(*")[1].split(")")[0]
                 if ex:
-                    fileName += ex
+                    fn += ex
             if QFileInfo(fn).exists():
                 res = QMessageBox.warning(self.editor,
                     self.trUtf8("Export source"),

eric ide

mercurial