I tried to set the title of my Writer addon Toolbar (OfficeToolBar) but can't get it to display the new one instead of "Add-On 1". The xcu's are in my zip file which installs without an error message.

------------------------------
My WriterWindowState.xcu
-------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="WriterWindowState" oor:package="org.openoffice.Office.UI">
 <node oor:name="UIElements">
  <node oor:name="States">
<node oor:name="private:resource/toolbar/addon_org.openoffice.addon.Editor.Toolbar" oor:op="replace">
    <prop oor:name="UIName" oor:type="xs:string">
     <value xml:lang="en-US">Editor</value>
    </prop>
   </node>
  </node>
 </node>
</oor:component-data>

---------------------------
My Addons.xcu
---------------------------
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry";
xmlns:xs="http://www.w3.org/2001/XMLSchema"; oor:name="Addons" oor:package="org.openoffice.Office">
<node oor:name="AddonUI">


 <node oor:name="OfficeToolBar">
  <node oor:name="org.openoffice.addon.Editor.Toolbar" oor:op="replace">
<node oor:name="a1" oor:op="replace">
    <prop oor:name="URL" oor:type="xs:string">
     <value>org.openoffice.addon.Editor:Lesson</value>
    </prop>
.....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to