You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/10/20 23:26:06 UTC

svn commit: r586806 - /ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml

Author: jleroux
Date: Sat Oct 20 14:26:05 2007
New Revision: 586806

URL: http://svn.apache.org/viewvc?rev=586806&view=rev
Log:
Trivial typo found by chance

Modified:
    ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml

Modified: ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml?rev=586806&r1=586805&r2=586806&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/widget/BiScreens.xml Sat Oct 20 14:26:05 2007
@@ -26,7 +26,7 @@
                 <!-- base/top/specific map first, then more common map added for shared labels --> 
                 <property-map resource="CommonUiLabels" map-name="uiLabelMap" global="true"/>
 
-                <set field="layoutSettings.companyName" from-field="uiLabelMap.ManufacturingCompanyName" global="true"/>
+                <set field="layoutSettings.companyName" value="OFBiz : Business Intelligence" global="true"/>
                 <set field="layoutSettings.companySubtitle" from-field="uiLabelMap.ManufacturingCompanySubtitle" global="true"/>
                 <set field="activeApp" value="bi" global="true"/>
                 <set field="applicationMenuName" value="BiAppBar" global="true"/>