diff options
author | Olivier <olivier.hallot@libreoffice.org> | 2017-02-27 16:49:07 -0300 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-07-04 15:47:41 +0200 |
commit | 9cb1fe80b2dfd3684205277f5222df3d743d09d7 (patch) | |
tree | 411939ebc27a5f8bbb8e38ec4dba9a975fdea58d /sfx2/sdi | |
parent | 209cc5c211260a6c20cc6fb5ac02fd5a88100314 (diff) |
tdf#105831 Add Donate entry on Help menu
The full implementation depends on infra Task #2179
https://redmine.documentfoundation.org/issues/2179
revision1: change to https, per demand of #2179
Removed ellipsis
Code changed as suggested
Change call to pass BCP47 string, with language as fallback.
task #2179 will be reviewed accordingly.
Change-Id: I573542da0f394d7128faab0106df852d622c98b3
Reviewed-on: https://gerrit.libreoffice.org/34693
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 4 | ||||
-rw-r--r-- | sfx2/sdi/sfx.sdi | 15 |
2 files changed, 19 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 12ad63616f37..5f228a2ff137 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -137,6 +137,10 @@ interface Application [ ExecMethod = MiscExec_Impl ; ] + SID_DONATION + [ + ExecMethod = MiscExec_Impl ; + ] SID_SHOW_LICENSE [ ExecMethod = MiscExec_Impl ; diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index 03b536d3c4d6..c69d7699410b 100644 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -4844,6 +4844,21 @@ SfxVoidItem Documentation SID_DOCUMENTATION MenuConfig = TRUE, GroupId = GID_APPLICATION; ] +SfxVoidItem Donation SID_DONATION +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = TRUE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + GroupId = GID_APPLICATION; +] SfxVoidItem ShowLicense SID_SHOW_LICENSE () |