beremiz
Clone
Summary
Browse
Changes
Graph
Fixed conflicting icon names on Windows
2013-03-13, Laurent Bessard
1a68113a323d
Fixed conflicting icon names on Windows
from editors.TextViewer import TextViewer
class IECCodeViewer(TextViewer):
def __del__(self):
TextViewer.__del__(self)
if getattr(self, "_OnClose"):
self._OnClose(self)