--- a/Debugger/DebugUI.py Tue Aug 31 12:36:10 2010 +0200 +++ b/Debugger/DebugUI.py Tue Aug 31 13:23:27 2010 +0200 @@ -1191,7 +1191,7 @@ """ for the variable <b>{1}</b> already exists.</p>""")\ .format(special, Utilities.html_encode(cond)) - QMessageBox.warning(None, + E5MessageBox.warning(self, self.trUtf8("Watch expression already exists"), msg) model.deleteWatchPointByIndex(index)