controls/PouInstanceVariablesPanel.py
changeset 1082 5a08404d5dda
parent 1031 5743398071eb
child 1107 9303f6b900fe
--- 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)