To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98374
                 Issue #|98374
                 Summary|Extentoolbar names are not displayed anymore
               Component|utilities
                 Version|DEV300m39
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|holgerbrandl





------- Additional comments from [email protected] Thu Jan 22 
19:54:58 +0000 2009 -------
In contrast to OO 3.0 extension toolbar names are not displayed anymore. Instead
something like "AddOn 2" is being shown. The number depends on the number of
extensions that are using a toolbar.

In OO 3.0 and 2.X it has been possible to name an extension toolbar using:

<?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="ImpressWindowState"
oor:package="org.openoffice.Office.UI">
    <node oor:name="UIElements">
        <node oor:name="States">
            <node
oor:name="private:resource/toolbar/addon_info.opencards.toolbar" 
oor:op="replace">
                <prop oor:name="UIName" oor:type="xs:string">
                    <value xml:lang="en">OpenCards</value>
                </prop>
            </node>
        </node>
    </node>
</oor:component-data>

Using the same approach is broken in DEV300_m39

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to