diff options
author | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-06-27 13:21:59 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-07-01 09:09:10 +0200 |
commit | 4b3995bf5d0058ec70e35679abf1940a5c0e2f69 (patch) | |
tree | 76b47442205864146dbb8224f3a176ad20e10ad9 /sfx2/inc/bitmaps.hlst | |
parent | c65127e5f6efcc5db93d2f80b9592f458200d596 (diff) |
Resolves tdf#161796 - Add a donate button to the start center
Set Common::Misc::ShowDonation to false in order to get the
legacy Extensions button
Icon by Muhammad Haq on freeicons.io (slightly modified)
Change-Id: I83d10d7230722d38914934d59d70ece471e62599
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169628
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sfx2/inc/bitmaps.hlst')
-rw-r--r-- | sfx2/inc/bitmaps.hlst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/bitmaps.hlst b/sfx2/inc/bitmaps.hlst index 0484bb7e18e9..04169c38d2db 100644 --- a/sfx2/inc/bitmaps.hlst +++ b/sfx2/inc/bitmaps.hlst @@ -95,4 +95,6 @@ inline constexpr OUString BMP_MENU_RENAME = u"cmd/sc_editdoc.png"_ustr; inline constexpr OUString BMP_MENU_DELETE = u"cmd/sc_delete.png"_ustr; inline constexpr OUString BMP_MENU_EXPORT = u"cmd/sc_exportto.png"_ustr; +inline constexpr OUString BMP_DONATE = u"res/donate.png"_ustr; + /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |