To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69133
                 Issue #|69133
                 Summary|Wrong order of First/Last/Father's Name in Russian UI
               Component|l10n
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|ihi
             Reported by|rail





------- Additional comments from [EMAIL PROTECTED] Thu Aug 31 03:07:42 -0700 
2006 -------
svx/source/dialog/optgenrl.cxx contains some customizations for Russian UI. 
There is additional field "Father's Name".

In current state you can enter a data into this field but it won't be stored in
registry after program restart. Additionally the order of fields doesn't conform
to common rules. It must be:
Last Name First Name Father's Name Initials

Here is the patch which corrects:
1) Field order in svx/source/dialog/optgenrl.cxx
(Tools.Options.OpenOffice.org.User) and names in svx/source/options/optgenrl.src
2) adds new field into officecfg/registry/schema/org/openoffice/UserProfile.xcs
3) uncomments Data/fathersname in svtools/source/config/useroptions.cxx

Only one thing remains. Tab order in dialog is wrong.
Current:
Organisation -> First Name -> Father's Name -> Last Name -> Initials
must be:
Organisation -> Last Name -> First Name -> Father's Name -> Initials

I have no glue how to manage tab order, so if somebody helps me I can update
this patch with proper tab order.

---------------------------------------------------------------------
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