summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2016-12-21 01:15:45 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-12-22 02:24:29 +0000
commit51cb1ebcc46030ed9526d18a0e2e9279a4edf438 (patch)
tree227d5d505f392f4549aa98674b71aac2fd70bfdc /sw/source/ui
parenteb319362c94f1c17beb355a53f392a9bcf939822 (diff)
tdf#104737: Bullets and Numbering: inconsistent naming of last tab page
Change-Id: Id1d1d92933c110942fd232067620e8224686a915 Reviewed-on: https://gerrit.libreoffice.org/32256 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 584c745ea484e1f8047278fc83b41b30a90f884d) Reviewed-on: https://gerrit.libreoffice.org/32321 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/fmtui/tmpdlg.cxx2
-rw-r--r--sw/source/ui/misc/num.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx
index f1262f6ff38c..f5e431423057 100644
--- a/sw/source/ui/fmtui/tmpdlg.cxx
+++ b/sw/source/ui/fmtui/tmpdlg.cxx
@@ -315,7 +315,7 @@ SwTemplateDlg::SwTemplateDlg(vcl::Window* pParent,
m_nBulletId = AddTabPage("bullets", RID_SVXPAGE_PICK_BULLET);
m_nNumId = AddTabPage("outline", RID_SVXPAGE_PICK_NUM);
m_nBmpId = AddTabPage("graphics", RID_SVXPAGE_PICK_BMP);
- m_nNumOptId = AddTabPage("options", RID_SVXPAGE_NUM_OPTIONS );
+ m_nNumOptId = AddTabPage("customize", RID_SVXPAGE_NUM_OPTIONS );
m_nNumPosId = AddTabPage("position", RID_SVXPAGE_NUM_POSITION );
}
break;
diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx
index ac2b5ad1728b..ed7c94e90907 100644
--- a/sw/source/ui/misc/num.cxx
+++ b/sw/source/ui/misc/num.cxx
@@ -960,7 +960,7 @@ SwSvxNumBulletTabDialog::SwSvxNumBulletTabDialog(vcl::Window* pParent,
m_nBulletPageId = AddTabPage("bullets", RID_SVXPAGE_PICK_BULLET );
AddTabPage("outlinenum", RID_SVXPAGE_PICK_NUM );
AddTabPage("graphics", RID_SVXPAGE_PICK_BMP );
- m_nOptionsPageId = AddTabPage("options", RID_SVXPAGE_NUM_OPTIONS );
+ m_nOptionsPageId = AddTabPage("customize", RID_SVXPAGE_NUM_OPTIONS );
m_nPositionPageId = AddTabPage("position", RID_SVXPAGE_NUM_POSITION );
}