Fixed a typo causing a traceback in the history manager.

Sun, 16 May 2010 18:47:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 16 May 2010 18:47:30 +0200
changeset 257
e03694226603
parent 256
04083f42042d
child 258
9402d145020d

Fixed a typo causing a traceback in the history manager.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Helpviewer/History/HistoryManager.py file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Helpviewer/History/HistoryManager.py	Sun May 16 18:21:41 2010 +0200
+++ b/Helpviewer/History/HistoryManager.py	Sun May 16 18:47:30 2010 +0200
@@ -440,7 +440,7 @@
                     self.trUtf8("Saving History"),
                     self.trUtf8("""<p>Error moving new history file over old one """
                                 """(<b>{0}</b>).<br/>Reason: {1}</p>""")\
-                        .format(historyFile.fileName(), tempFile.errorString()))
+                        .format(historyFile.fileName(), f.errorString()))
         
         try:
             self.__lastSavedUrl = self.__history[0].url

eric ide

mercurial