summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/builder.cxx')
-rw-r--r--vcl/source/window/builder.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 7dd2f3c39710..8fa72eeab255 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -593,6 +593,8 @@ namespace
return (VclResId(SV_BUTTONTEXT_APPLY).toString());
else if (rType == "gtk-save")
return (VclResId(SV_BUTTONTEXT_SAVE).toString());
+ else if (rType == "gtk-open")
+ return (VclResId(SV_BUTTONTEXT_OPEN).toString());
else if (rType == "gtk-undo")
return (VclResId(SV_BUTTONTEXT_UNDO).toString());
else if (rType == "gtk-paste")