summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-23 21:49:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-24 21:33:13 +0200
commit8b6595bc09b02fcff75da5bf498ddb0de4de0247 (patch)
treef852752e72f748d26d3339cc543909634a608ae8 /sw/source
parentb55838c8ce067898f479569e62b7b11e137885ab (diff)
use SETNOSB for name
Change-Id: Ia05d6a267e19d2a0a3b45862f4a7d04568e950e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94742 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source')
-rw-r--r--sw/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 b6cc629cfad8..d7c9ca8c9b6d 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -217,7 +217,7 @@ SwCreateAddressListDialog::SwCreateAddressListDialog(
, m_xStartPB(m_xBuilder->weld_button("START"))
, m_xPrevPB(m_xBuilder->weld_button("PREV"))
, m_xSetNoED(m_xBuilder->weld_entry("SETNOED"))
- , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNONF"))
+ , m_xSetNoNF(m_xBuilder->weld_spin_button("SETNOSB"))
, m_xNextPB(m_xBuilder->weld_button("NEXT"))
, m_xEndPB(m_xBuilder->weld_button("END"))
, m_xOK(m_xBuilder->weld_button("ok"))