summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/pattern.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/frmdlg/pattern.cxx')
-rw-r--r--sw/source/ui/frmdlg/pattern.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/frmdlg/pattern.cxx b/sw/source/ui/frmdlg/pattern.cxx
index 17a363d88911..ca2e467ff638 100644
--- a/sw/source/ui/frmdlg/pattern.cxx
+++ b/sw/source/ui/frmdlg/pattern.cxx
@@ -27,7 +27,7 @@ SwBackgroundDlg::SwBackgroundDlg(vcl::Window* pParent, const SfxItemSet& rSet)
: SfxSingleTabDialog(pParent, rSet)
{
- SetText(SW_RESSTR(STR_FRMUI_PATTERN));
+ SetText(SwResId(STR_FRMUI_PATTERN));
SfxAbstractDialogFactory* pFact = SfxAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "Dialog creation failed!");
::CreateTabPage fnCreatePage = pFact->GetTabPageCreatorFunc( RID_SVXPAGE_BACKGROUND );