[tuxdroid-svn] r901 - in software/gadgets/tux_controller/trunk: . TuxController/Scripts/Python/GUI/
Status: Beta
Brought to you by:
ks156
From: Paul_R <c2m...@c2...> - 2008-02-05 10:29:37
|
Author: Paul_R Date: 2008-02-05 11:29:30 +0100 (Tue, 05 Feb 2008) New Revision: 901 Modified: software/gadgets/tux_controller/trunk/TuxController.tgf software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp Log: * Fixed another bug with the tooltips ... Modified: software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp =================================================================== --- software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp 2008-02-05 10:18:05 UTC (rev 900) +++ software/gadgets/tux_controller/trunk/TuxController/Scripts/Python/GUI/widget/other.pyp 2008-02-05 10:29:30 UTC (rev 901) @@ -771,7 +771,7 @@ tooltips.set_tip(self.get_widget('slideLED'), _me.string('toolLEDslide')) tooltips.set_tip(self.get_widget('spinLED'),_me.string('toolLEDspin')) - tooltips.set_tip(self.get_widget('imgEyesRun'),_me.string('toolEyesRun'), True) + tooltips.set_tip(self.get_widget('imgEyesRun'),_me.string('toolEyesRun')) tooltips.set_tip(self.get_widget('spinEyes'),_me.string('toolMove')) tooltips.set_tip(self.get_widget('imgMouthRun'),_me.string('toolMouthRun')) Modified: software/gadgets/tux_controller/trunk/TuxController.tgf =================================================================== (Binary files differ) |