Fixed bug in PouInstanceVariablesPanel buttons tooltips
authorLaurent Bessard
Tue, 30 Apr 2013 11:42:35 +0200
changeset 1082 5a08404d5dda
parent 1081 9789531bc57c
child 1083 40af794ecd4b
Fixed bug in PouInstanceVariablesPanel buttons tooltips
controls/PouInstanceVariablesPanel.py
--- 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)