officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu |    2 +-
 sc/source/ui/xmlsource/xmlsourcedlg.cxx                           |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5006d4a19d0b453cb1b14f88555101fe5150903a
Author: Kohei Yoshida <[email protected]>
Date:   Tue Nov 13 15:57:35 2012 -0500

    Set initial focus to the 'Open XML source' button.
    
    This helps with keyboard-only navigation in this dialog.
    
    Change-Id: Ie3d580ba921c93ae256ad0a503615de7a037323a

diff --git a/sc/source/ui/xmlsource/xmlsourcedlg.cxx 
b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
index 68e819e..dd1ab74 100644
--- a/sc/source/ui/xmlsource/xmlsourcedlg.cxx
+++ b/sc/source/ui/xmlsource/xmlsourcedlg.cxx
@@ -105,6 +105,7 @@ ScXMLSourceDlg::ScXMLSourceDlg(
     maRefEdit.SetModifyHdl(aLink);
 
     SetNonLinkable();
+    maBtnSelectSource.GrabFocus();
 }
 
 ScXMLSourceDlg::~ScXMLSourceDlg()
commit 56652f8b9107fae2ec29305bf3ea4a71b1401429
Author: Kohei Yoshida <[email protected]>
Date:   Tue Nov 13 15:54:52 2012 -0500

    Just call it "XML Source" in the menu for now.
    
    Change-Id: Ic802bd38e976df52ad5216820187ef1334eac5a6

diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
index 0d636ad..64ffb88 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
@@ -1206,7 +1206,7 @@
             </node>
             <node oor:name=".uno:ManageXMLSource" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Manage ~XML Source...</value>
+                    <value xml:lang="en-US">~XML Source...</value>
                 </prop>
             </node>
             <node oor:name=".uno:DataSort" oor:op="replace">
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to