Jimmy wrote:
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>
.....
Hi Jimmy,
Your WriterWindowState.xcu and Addons.xcu looks ok. So from my point of
view it should work. Did you use OpenOffice 2.0.3 or later? This
enhancement is not available in older version.
Regards,
Carsten
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]