<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi there<div><br></div><div> I&#39;m a GRASS user and I&#39;ve been using WxGUI Georrectification tool (that you have developed/updated). Since we are using it for teaching purpose a few students suggested to change the panel titles in order to identrify the steps (for instance 1st panel (LocationPage) title would be: Setup for geometric Correction  Step1 of 3 </div>
<div>2nd panel (grouppage) title would be: Setup for georectification Step2 of 3 </div><div>3rd panel (mappage) title would be: Setup for geometric Correction Step3 of 3 </div><div><br></div><div>I saw that this is defining the panel titles:</div>
<div>self.wizard = wiz.Wizard(parent=parent, id=wx.ID_ANY, title=_(&quot;Setup for georectification&quot;))</div><div>I tried to create new wizards</div><div>self.wizard2 = wiz.Wizard(parent=parent, id=wx.ID_ANY, title=_(&quot;Setup for georectification Step 2of 3&quot;)) and then:</div>
<div>self.grouppage = GroupPage(self.wizard2, self)</div><div><br></div><div>but it didn&#39;t work. </div><div><br></div><div>My question is: Is this possible to do? If so, can you give me a tip on that?</div><div><br></div>
<div>Thanks</div><div><br></div><div>Best regards,</div><div>Kim Besson</div></span>