summaryrefslogtreecommitdiff
path: root/vcl/workben
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben')
-rw-r--r--vcl/workben/minvcl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/workben/minvcl.cxx b/vcl/workben/minvcl.cxx
index aafef4a9864e..cd144e7e401a 100644
--- a/vcl/workben/minvcl.cxx
+++ b/vcl/workben/minvcl.cxx
@@ -38,7 +38,7 @@ private:
int TheApplication::Main()
{
mpWin = VclPtr<WorkWindow>::Create(nullptr, WB_APP | WB_STDWORK);
- mpWin->SetText(u"Minimum VCL application with a window");
+ mpWin->SetText(u"Minimum VCL application with a window"_ustr);
mpWin->Show();
Execute();
mpWin.disposeAndClear();