[Libreoffice-commits] core.git: sc/uiconfig

Caolán McNamara caolanm at redhat.com
Mon Apr 15 03:46:15 PDT 2013


 sc/uiconfig/scalc/ui/sortwarning.ui |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2e40ebef416308adab59340cbe7f3640275b007a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Apr 15 11:45:42 2013 +0100

    add title and default button to sort warning dialog
    
    Change-Id: I2f6de203e2a14e36e7baf3cbc15048b8f045eac0

diff --git a/sc/uiconfig/scalc/ui/sortwarning.ui b/sc/uiconfig/scalc/ui/sortwarning.ui
index e743ad8..98a0c71 100644
--- a/sc/uiconfig/scalc/ui/sortwarning.ui
+++ b/sc/uiconfig/scalc/ui/sortwarning.ui
@@ -4,6 +4,7 @@
   <object class="GtkWindow" id="SortWarning">
     <property name="can_focus">False</property>
     <property name="valign">start</property>
+    <property name="title" translatable="yes">Sort Range</property>
     <property name="default_height">200</property>
     <property name="type_hint">dialog</property>
     <child>
@@ -53,6 +54,8 @@
                     <property name="label" translatable="yes">_Extend selection</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="can_default">True</property>
+                    <property name="has_default">True</property>
                     <property name="receives_default">True</property>
                     <property name="use_underline">True</property>
                   </object>


More information about the Libreoffice-commits mailing list