summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
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/source/ui/dbui
parented53e00d0e3eafe06f7d8739cced0ed8029d2eb6 (diff)
use ok, cancel, help like everywhere else
Change-Id: Ibc4a5ee29fd9a6e734bef7ab9ce404aa8beaaaac
Diffstat (limited to 'sw/source/ui/dbui')
-rwxr-xr-xsw/source/ui/dbui/createaddresslistdialog.cxx2
1 files changed, 1 insertions, 1 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));