Author: remi
Date: 2009-07-17 11:19:02 +0200 (Fri, 17 Jul 2009)
New Revision: 5120

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetDescription.py
Log:
* Fixed name of translated help wiki pages

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetDescription.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetDescription.py
  2009-07-17 09:13:31 UTC (rev 5119)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/applicationserver/gadget/GadgetDescription.py
  2009-07-17 09:19:02 UTC (rev 5120)
@@ -211,7 +211,7 @@
             return os.path.join(self.__workingPath, "help.wiki")
         else:
             helpFile = os.path.join(self.__workingPath,
-                "help_%s.wiki" % language)
+                "%s.wiki" % language)
             if not os.path.isfile(helpFile):
                 return os.path.join(self.__workingPath, "help.wiki")
             else:


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to