[tuxdroid-svn] r4990 - software_suite_v3/software/plugin/plugin-twitter/trunk/plugin-twitter/src
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-02 07:31:56
|
Author: jerome Date: 2009-07-02 09:31:43 +0200 (Thu, 02 Jul 2009) New Revision: 4990 Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/plugin-twitter/src/Configuration.java Log: * Fixed default status text. Modified: software_suite_v3/software/plugin/plugin-twitter/trunk/plugin-twitter/src/Configuration.java =================================================================== --- software_suite_v3/software/plugin/plugin-twitter/trunk/plugin-twitter/src/Configuration.java 2009-07-01 15:31:17 UTC (rev 4989) +++ software_suite_v3/software/plugin/plugin-twitter/trunk/plugin-twitter/src/Configuration.java 2009-07-02 07:31:43 UTC (rev 4990) @@ -27,7 +27,7 @@ private String username = ""; private String password = ""; - private String myStatus = "Hello all two gadgets will come soon : tuxdroid-gadget-system and tuxdroid-gadget-twitter."; + private String myStatus = "Hello all from my tuxdroid Twitter gadget"; private boolean updateStatus = true; private String maxRead = "10"; private boolean giveMessages = true; |