diff options
-rw-r--r-- | include/svx/strings.hrc | 1 | ||||
-rw-r--r-- | svx/source/dialog/_bmpmask.cxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc index ee7e4bc9710d..f3594bde95ed 100644 --- a/include/svx/strings.hrc +++ b/include/svx/strings.hrc @@ -1289,6 +1289,7 @@ #define RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED NC_("RID_SVXSTR_SEARCH_REMINDER_END_WRAPPED", "Reached the last reminder, continued from the first") #define RID_SVXDLG_BMPMASK_STR_PALETTE NC_("RID_SVXDLG_BMPMASK_STR_PALETTE", "Color Palette") +#define RID_SVXDLG_BMPMASK_STR_TITLE NC_("RID_SVXDLG_BMPMASK_STR_TITLE", "Color Replacer") #define RID_SVXSTR_ERR_OLD_PASSWD NC_("RID_SVXSTR_ERR_OLD_PASSWD", "Invalid password") #define RID_SVXSTR_ERR_REPEAT_PASSWD NC_("RID_SVXSTR_ERR_REPEAT_PASSWD", "Passwords do not match") diff --git a/svx/source/dialog/_bmpmask.cxx b/svx/source/dialog/_bmpmask.cxx index 42d234a9aa79..38c931434fd2 100644 --- a/svx/source/dialog/_bmpmask.cxx +++ b/svx/source/dialog/_bmpmask.cxx @@ -377,6 +377,8 @@ SvxBmpMask::SvxBmpMask(SfxBindings *pBindinx, SfxChildWindow *pCW, vcl::Window* , aPipetteColor(COL_WHITE) , aSelItem(*this, *pBindinx) { + SetText(SvxResId(RID_SVXDLG_BMPMASK_STR_TITLE)); + m_xLbColor1->SetSlotId(SID_BMPMASK_COLOR); m_xLbColor2->SetSlotId(SID_BMPMASK_COLOR); m_xLbColor3->SetSlotId(SID_BMPMASK_COLOR); |