summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-04-15 11:45:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-04-15 11:45:53 +0100
commit2e40ebef416308adab59340cbe7f3640275b007a (patch)
treef1662aad2fd07dcf8695609261d24e20ee3ed120 /sc/uiconfig
parentdb8b11b876ed26fb70cf90f86337395dd2e78f64 (diff)
add title and default button to sort warning dialog
Change-Id: I2f6de203e2a14e36e7baf3cbc15048b8f045eac0
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/sortwarning.ui3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/sortwarning.ui b/sc/uiconfig/scalc/ui/sortwarning.ui
index e743ad8da860..98a0c71978c5 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>