Hi

i create an addon, installed through package manager
the addon.xcu contains

  <node oor:name="AddonUI">
    <node oor:name="OfficeToolBar">
      <node oor:name="org.openoffice.myAddonName" oor:op="replace">
        <node oor:name="btn01" oor:op="replace">

everything works fine

BUT

the ToolBar is always nammed Add-on 1 in view > toolbars
there is no way to change it (reading the xcs)

I would like to be able to provide a Title like this

  <node oor:name="AddonUI">
    <node oor:name="OfficeToolBar">
      <node oor:name="org.openoffice.myAddonName" oor:op="replace">
        *<prop title>
          <lang >My menu label</lang>
        </prop>*
        <node oor:name="btn01" oor:op="replace">

It is not possible regardoing .xcs file
Is there any workaround ?

Thanks in advance

Laurent


--
Laurent Godard <[EMAIL PROTECTED]> - Ingénierie OpenOffice.org
Indesko >> http://www.indesko.com
Nuxeo CPS >> http://www.nuxeo.com - http://www.cps-project.org
Livre "Programmation OpenOffice.org", Eyrolles 2004

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

Reply via email to