summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-09 10:46:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-09 14:10:32 +0100
commit39b09b67019b562a0ce0a47e18ce3264f5b65350 (patch)
treee57d15711bba448fb367934d9a449300ca2d23a8 /sw/uiconfig
parented53e00d0e3eafe06f7d8739cced0ed8029d2eb6 (diff)
use ok, cancel, help like everywhere else
Change-Id: Ibc4a5ee29fd9a6e734bef7ab9ce404aa8beaaaac
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/createaddresslist.ui12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/uiconfig/swriter/ui/createaddresslist.ui b/sw/uiconfig/swriter/ui/createaddresslist.ui
index 7d31c798c7ab..a746fe3b354d 100644
--- a/sw/uiconfig/swriter/ui/createaddresslist.ui
+++ b/sw/uiconfig/swriter/ui/createaddresslist.ui
@@ -18,7 +18,7 @@
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
- <object class="GtkButton" id="OK">
+ <object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -33,7 +33,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="CANCEL">
+ <object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -48,7 +48,7 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="HELP">
+ <object class="GtkButton" id="help">
<property name="label">gtk-help</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>
@@ -322,9 +322,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">OK</action-widget>
- <action-widget response="0">CANCEL</action-widget>
- <action-widget response="0">HELP</action-widget>
+ <action-widget response="0">ok</action-widget>
+ <action-widget response="0">cancel</action-widget>
+ <action-widget response="0">help</action-widget>
</action-widgets>
</object>
</interface>