Sun, 16 May 2010 18:47:30 +0200
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 |
--- 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