--- 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