UI/DiffDialog.py

changeset 4110
5a106c734527
parent 4109
809b8268183d
child 4589
b648ccbdbef9
child 4632
ca310db386ed
diff -r 809b8268183d -r 5a106c734527 UI/DiffDialog.py
--- 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):
         """

eric ide

mercurial