Revision: 4570
          http://sourceforge.net/p/vexi/code/4570
Author:   mkpg2
Date:     2013-11-06 16:05:15 +0000 (Wed, 06 Nov 2013)
Log Message:
-----------
Fix. monthfield was a weekfield and vica-versa.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/monthfield.t
    branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/weekfield.t

Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/monthfield.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/monthfield.t      
2013-11-05 14:54:53 UTC (rev 4569)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/monthfield.t      
2013-11-06 16:05:15 UTC (rev 4570)
@@ -5,7 +5,7 @@
     <meta:doc>
         <author>Mike Goodwin</author>
         <name>Month Field</name>
-        <desc>For conveniently picking a week (and year)</desc>
+        <desc>For conveniently picking a month (and year)</desc>
         <usage>
             * value should always be a vexi.js.Date
               i.e. typeof(value) === "date"
@@ -13,6 +13,6 @@
     </meta:doc>
     
     <margin />
-    <theme:weekfield redirect="null" />
+    <theme:monthfield redirect="null" />
     <container />
 </vexi>

Modified: branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/weekfield.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/weekfield.t       
2013-11-05 14:54:53 UTC (rev 4569)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/vexi/widget/weekfield.t       
2013-11-06 16:05:15 UTC (rev 4570)
@@ -13,6 +13,6 @@
     </meta:doc>
     
     <margin />
-    <theme:monthfield redirect="null" />
+    <theme:weekfield redirect="null" />
     <container />
 </vexi>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to