sfx2/source/appl/appserv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 787647b488d02be2acbbad4fa7873508dcb926c2
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Mon Sep 30 10:54:04 2019 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Mon Sep 30 15:46:58 2019 +0200

    Resolves tdf#127401 - Release notes / What's new not localized
    
    lang replaced by bcp47
    
    Change-Id: I6f3f68bce7a4ead7bb325ce64e4ad0c0f2e7f188
    Reviewed-on: https://gerrit.libreoffice.org/79835
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 3fb832faaa0f..a7ede6f37492 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -587,7 +587,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
             // Open release notes depending on version and locale
             OUString 
sURL(officecfg::Office::Common::Menus::ReleaseNotesURL::get() + 
//https://hub.libreoffice.org/ReleaseNotes/
                 "?LOvers=" + utl::ConfigManager::getProductVersion() +
-                "&LOlocale=" + 
LanguageTag(utl::ConfigManager::getUILocale()).getLanguage() );
+                "&LOlocale=" + 
LanguageTag(utl::ConfigManager::getUILocale()).getBcp47() );
             sfx2::openUriExternally(sURL, false);
             break;
         }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to