framework/source/fwe/helper/titlehelper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit db470e2cb53cf2f7c8da9b7a06ab752de85c09d2 Author: Heiko Tietze <heiko.tie...@documentfoundation.org> AuthorDate: Tue Jul 21 08:30:28 2020 +0200 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Jul 21 10:58:49 2020 +0200 Revert "Disable flavour in title bar for Linux." This reverts commit 6ddd8673f9985afd48b3212444a942ebe37197f6. Reason for revert: https://blog.documentfoundation.org/blog/2020/07/20/update-on-marketing-and-communication-plans-for-the-libreoffice-7-x-series/ Change-Id: I922e34a5dfe7add0a63f5b9a936a32758b6e949c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99055 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx index e1a9738267d0..d02287da16b4 100644 --- a/framework/source/fwe/helper/titlehelper.cxx +++ b/framework/source/fwe/helper/titlehelper.cxx @@ -518,10 +518,10 @@ void TitleHelper::impl_updateTitleForFrame (const css::uno::Reference< css::fram // document name (from the above "component title"). impl_appendProductName (sTitle); -#if defined(WNT) || defined(MACOSX) if (!std::string_view(PRODUCTFLAVOR).empty()) + { sTitle.append(" " PRODUCTFLAVOR); -#endif + } impl_appendModuleName (sTitle); impl_appendDebugVersion (sTitle); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits