Author: jerome
Date: 2009-03-13 11:34:09 +0100 (Fri, 13 Mar 2009)
New Revision: 4047

Modified:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
   
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/resources/gadget.pot
Log:
* Updated strings when skype client cannot be found.

Modified: 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
   2009-03-13 10:28:12 UTC (rev 4046)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/executables/tuxdroid-gadget-skype.py
   2009-03-13 10:34:09 UTC (rev 4047)
@@ -307,7 +307,7 @@
             process = subprocess.Popen(os.environ["ProgramFiles"] + 
"\\Skype\\Phone\\Skype.exe", stdin=subprocess.PIPE, stdout=subprocess.PIPE)
             result = process.stdout.read()
             if ("not" in result) and ("recognized" in result) and ("command" 
in result):
-                print("message: \"" + "Cannot find Skype client" + "\"")
+                print("message: \"" + "Sorry, it looks like skeyepe is not 
installed. Please go to the skeyepe website to download the software." + "\"")
                 self.__destroy()
                     
      
@@ -325,7 +325,8 @@
              #Then skype is in PATH
              subprocess.Popen("skype", stdin=subprocess.PIPE, 
stdout=subprocess.PIPE)
          else:
-             print("message: \"" + "Cannot find Skype client" + "\"")
+             print("message: \"" + "Sorry, it looks like skeyepe is not 
installed. Please go to the skeyepe website to download the software." + "\"")
+             self.__destroy()
             
         
         

Modified: 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/resources/gadget.pot
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/resources/gadget.pot
   2009-03-13 10:28:12 UTC (rev 4046)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-skype/trunk/tuxdroid-skype-gadget/resources/gadget.pot
   2009-03-13 10:34:09 UTC (rev 4047)
@@ -18,3 +18,6 @@
 
 msgid "I cannot found online user or registered cell numbers"
 msgstr ""
+
+msgid "Sorry, it looks like skeyepe is not installed. Please go to the skeyepe 
website to download the software."
+msgstr ""


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to