To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112683
                 Issue #|112683
                 Summary|Listbox in dialogs will not be localized anymore
               Component|scripting
                 Version|DEV300m83
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|oj
             Reported by|oj





------- Additional comments from o...@openoffice.org Fri Jun 25 10:26:00 +0000 
2010 -------
The strings in the menulist will not be translated anymore. 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN"
"dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog";
xmlns:script="http://openoffice.org/2000/script"; dlg:id="test" dlg:left="119"
dlg:top="78" dlg:width="236" dlg:height="94" dlg:help-url="test/test"
dlg:help-text="&amp;test.HelpText" dlg:closeable="true" dlg:moveable="true"
dlg:title="&amp;test.Title">
  <dlg:bulletinboard>
    <dlg:menulist dlg:id="lb"        dlg:tab-index="0" dlg:left="82"  
dlg:top="51"  dlg:width="62"  dlg:height="14"  dlg:spin="true">
      <dlg:menupopup>
        <dlg:menuitem dlg:value="&amp;test.value_1"/>
        <dlg:menuitem dlg:value="&amp;test.value_2"/>
      </dlg:menupopup>
    </dlg:menulist>
    <dlg:button dlg:id="OK"                 dlg:tab-index="1" dlg:left="126"  
dlg:top="74"  dlg:width="50" dlg:height="14" dlg:help-url="test/OK"
dlg:value="&amp;test.OK" dlg:button-type="ok"/>
  </dlg:bulletinboard>
</dlg:window>

---------------------------------------------------------------------
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: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to