diff python/codeedit.py @ 247:dd8bbb963458

project remove
author Windel Bouwman
date Fri, 26 Jul 2013 10:44:26 +0200
parents ee0d30533dae
children b10d46e5c8dd
line wrap: on
line diff
--- a/python/codeedit.py	Thu Jul 25 08:11:30 2013 +0200
+++ b/python/codeedit.py	Fri Jul 26 10:44:26 2013 +0200
@@ -22,7 +22,7 @@
       # TODO: only beam cursor in text area..
       self.setCursor(Qt.IBeamCursor)
       h = QFontMetrics(self.font()).height()
-      self.errorPixmap = QPixmap('error.png').scaled(h, h)
+      self.errorPixmap = QPixmap('icons/error.png').scaled(h, h)
       self.blinkcursor = False
       self.errorlist = []
       # Initial values: