# HG changeset patch
# User Laurent Bessard
# Date 1367314955 -7200
# Node ID 5a08404d5dda74ae266357b8bbb3a9ff6cacfa80
# Parent  9789531bc57c232a111da676abf7f843259b06c3
Fixed bug in PouInstanceVariablesPanel buttons tooltips

diff -r 9789531bc57c -r 5a08404d5dda 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)