beremiz

5a08404d5dda
Parents 9789531bc57c
Children 40af794ecd4b
Fixed bug in PouInstanceVariablesPanel buttons tooltips
--- a/controls/PouInstanceVariablesPanel.py Tue Apr 30 10:09:16 2013 +0200
+++ b/controls/PouInstanceVariablesPanel.py Tue Apr 30 11:42:35 2013 +0200
@@ -56,7 +56,7 @@
self.DebugButton = wx.lib.buttons.GenBitmapButton(self,
bitmap=GetBitmap("debug_instance"), size=wx.Size(28, 28), style=wx.NO_BORDER)
- self.ParentButton.SetToolTipString(_("Debug instance"))
+ self.DebugButton.SetToolTipString(_("Debug instance"))
self.Bind(wx.EVT_BUTTON, self.OnDebugButtonClick,
self.DebugButton)