[tuxdroid-svn] r1357 - software_suite_v2/software/gadgets/tuxdroid-python-gadget-HelloWorld/trunk
Status: Beta
Brought to you by:
ks156
From: jerome <c2m...@c2...> - 2008-07-25 19:51:02
|
Author: jerome Date: 2008-07-25 21:51:11 +0200 (Fri, 25 Jul 2008) New Revision: 1357 Modified: software_suite_v2/software/gadgets/tuxdroid-python-gadget-HelloWorld/trunk/gadgets.xml Log: changed message. Modified: software_suite_v2/software/gadgets/tuxdroid-python-gadget-HelloWorld/trunk/gadgets.xml =================================================================== --- software_suite_v2/software/gadgets/tuxdroid-python-gadget-HelloWorld/trunk/gadgets.xml 2008-07-25 19:35:00 UTC (rev 1356) +++ software_suite_v2/software/gadgets/tuxdroid-python-gadget-HelloWorld/trunk/gadgets.xml 2008-07-25 19:51:11 UTC (rev 1357) @@ -18,7 +18,7 @@ name="message" description="Message sent when I'm saying hello" type="string" - defaultValue="That's work with python" /> + defaultValue="Hello world in python" /> </parameters> </gadget> </gadgets> \ No newline at end of file |