diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-06-21 09:14:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-06-21 16:45:37 +0200 |
commit | 84fd1f453b5db67d5846e44b3e1b0cb14d0a5eb4 (patch) | |
tree | 3ae9b15b583b2608afb2f122aef801caa7b5667a /vcl | |
parent | 3c716b6678bd798effb46c53c33194d14665e2be (diff) |
Resolves: tdf#115816 second 'Insert' menu is paste
reuse existing translation to be backportable wrt no new translations
Change-Id: I1fb94f66d696f836e8f6a10ba2d6933f69cfac95
Reviewed-on: https://gerrit.libreoffice.org/56225
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 6facf9159838..72e4420d357a 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -146,6 +146,7 @@ OUString Button::GetStandardText(StandardButtonType eButton) SV_BUTTONTEXT_IGNORE, SV_BUTTONTEXT_ABORT, SV_BUTTONTEXT_LESS, + SV_BUTTONTEXT_PASTE, }; return VclResId(aResIdAry[static_cast<sal_uInt16>(eButton)]); |