summaryrefslogtreecommitdiffstats
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
parentdrop unused helpid (diff)
downloadcore-39b09b67019b562a0ce0a47e18ce3264f5b65350.tar.gz
core-39b09b67019b562a0ce0a47e18ce3264f5b65350.zip
use ok, cancel, help like everywhere else
Change-Id: Ibc4a5ee29fd9a6e734bef7ab9ce404aa8beaaaac
-rwxr-xr-xsw/source/ui/dbui/createaddresslistdialog.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/createaddresslist.ui12
2 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 19440b8a32bf..005d951033bb 100755
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -408,7 +408,7 @@ SwCreateAddressListDialog::SwCreateAddressListDialog(
m_pSetNoNF->SetMin(1);
get(m_pNextPB, "NEXT");
get(m_pEndPB, "END");
- get(m_pOK, "OK");
+ get(m_pOK, "ok");
get(m_pAddressControl, "CONTAINER");
m_pNewPB->SetClickHdl(LINK(this, SwCreateAddressListDialog, NewHdl_Impl));
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>