sw/source/ui/dbui/createaddresslistdialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8b6595bc09b02fcff75da5bf498ddb0de4de0247 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat May 23 21:49:22 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun May 24 21:33:13 2020 +0200 use SETNOSB for name Change-Id: Ia05d6a267e19d2a0a3b45862f4a7d04568e950e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94742 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> 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")) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits