Author: jacopoc
Date: Mon Aug  4 04:56:37 2008
New Revision: 682350

URL: http://svn.apache.org/viewvc?rev=682350&view=rev
Log:
Fixed wrong file name; I actually tried to use svn rename to change the file 
name but I had issues because the svn command seems to ignore upper/lower case 
characters.
Thanks to BJ for the bug report in the ml.

Modified:
    ofbiz/trunk/framework/webtools/widget/MiscScreens.xml

Modified: ofbiz/trunk/framework/webtools/widget/MiscScreens.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/MiscScreens.xml?rev=682350&r1=682349&r2=682350&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/MiscScreens.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/MiscScreens.xml Mon Aug  4 04:56:37 
2008
@@ -58,7 +58,7 @@
             <actions>
                 <set field="headerItem" value="main"/>
                 <set field="titleProperty" value="WebtoolsDataFileMainTitle"/>
-                <script 
location="component://webtools/webapp/webtools/WEB-INF/actions/datafile/Viewdatafile.groovy"/>
+                <script 
location="component://webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.groovy"/>
             </actions>
             <widgets>
                 <decorator-screen name="main-decorator" 
location="${parameters.mainDecoratorLocation}">


Reply via email to