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;


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to