You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/22 16:46:22 UTC

svn commit: r828724 - /incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp

Author: smartini
Date: Thu Oct 22 14:46:22 2009
New Revision: 828724

URL: http://svn.apache.org/viewvc?rev=828724&view=rev
Log:
fixed argument for using the French locale

Modified:
    incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp

Modified: incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp?rev=828724&r1=828723&r2=828724&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp (original)
+++ incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp Thu Oct 22 14:46:22 2009
@@ -41,9 +41,6 @@
 
     <resources>
 <%@ include file="jnlp_properties.jsp" %>
-
-        <property name="language" value="fr" />
-
         <java version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
 
         <extension name="pivot-runtime" href="<%= codebase %>pivot-runtime.signed.jnlp" />
@@ -53,6 +50,7 @@
 
     <application-desc main-class="org.apache.pivot.wtk.DesktopApplicationContext">
         <argument>org.apache.pivot.tutorials.stocktracker.StockTracker</argument>
+        <argument>--language=fr</argument>
     </application-desc>
     
     <update check="background" />