--- a/Tools/TrayStarter.py Mon Aug 30 20:16:34 2010 +0200 +++ b/Tools/TrayStarter.py Tue Aug 31 12:17:02 2010 +0200 @@ -13,6 +13,8 @@ from PyQt4.QtCore import QProcess, QSettings, QFileInfo from PyQt4.QtGui import QSystemTrayIcon, QMenu, qApp, QCursor, QMessageBox +from E5Gui import E5MessageBox + import Globals import UI.PixmapCache @@ -193,7 +195,7 @@ args.append(arg) if not os.path.isfile(applPath) or not proc.startDetached(sys.executable, args): - QMessageBox.critical(self, + E5MessageBox.critical(self, self.trUtf8('Process Generation Error'), self.trUtf8( '<p>Could not start the process.<br>' @@ -381,4 +383,4 @@ """ filename = act.data() if filename: - self.__startProc("eric5.py", filename) + self.__startProc("eric5.py", filename) \ No newline at end of file