summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/layout.cxx')
-rw-r--r--vcl/source/window/layout.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/window/layout.cxx b/vcl/source/window/layout.cxx
index ca082e0b2efd..77dbf1990dc4 100644
--- a/vcl/source/window/layout.cxx
+++ b/vcl/source/window/layout.cxx
@@ -21,6 +21,9 @@
#include <officecfg/Office/Common.hxx>
#include <vcl/abstdlg.hxx>
+#include "svdata.hxx"
+#include <svids.hrc>
+
VclContainer::VclContainer(vcl::Window *pParent, WinBits nStyle)
: Window(WINDOW_CONTAINER)
, IPrioritable()
@@ -261,10 +264,10 @@ void VclContainer::Command(const CommandEvent& rCEvt)
aMenu->InsertItem(
nLocalID,
- "Screenshot");
+ VclResId(SV_BUTTONTEXT_SCREENSHOT).toString());
aMenu->SetHelpText(
nLocalID,
- "Go into interactive screenshot annotation mode");
+ VclResId(SV_HELPTEXT_SCREENSHOT).toString());
aMenu->SetHelpId(
nLocalID,
"InteractiveScreenshotMode");