--- a/UI/DiffDialog.py Mon Feb 09 19:57:45 2015 +0100 +++ b/UI/DiffDialog.py Tue Feb 10 19:30:11 2015 +0100 @@ -418,8 +418,7 @@ QApplication.processEvents() if paras == 0: - self.__appendText( - self.tr('There is no difference.'), self.cNormalFormat) + self.__appendText(self.tr('There is no difference.')) def __generateContextDiff(self, a, b, fromfile, tofile, fromfiledate, tofiledate): @@ -442,8 +441,7 @@ QApplication.processEvents() if paras == 0: - self.__appendText( - self.tr('There is no difference.'), self.cNormalFormat) + self.__appendText(self.tr('There is no difference.')) def __fileChanged(self): """