Hi,
I'm attaching a patch (already done for master/3.5.0) for fdo#44178 in the
3.4 branch.
Do we want it in the 3.4.5 branch or should it be done for 3.4 branch and
taken for 3.4.6 (if release at all) ?
Kaplan
From 51027876681f348a6aea6b8efb1e739f7b2835dd Mon Sep 17 00:00:00 2001
From: Lior Kaplan <kaplanlior@gmail.com>
Date: Tue, 27 Dec 2011 15:43:10 +0200
Subject: [PATCH] Align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst
---
 cui/source/options/optlingu.cxx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index 66c2aee..e245e36 100644
--- a/cui/source/options/optlingu.cxx
+++ b/cui/source/options/optlingu.cxx
@@ -1137,7 +1137,7 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent,
             != SvtExtendedSecurityOptions::OPEN_NEVER )
     {
         aMoreDictsLink.SetURL( String(
-            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionary/" ) ) );
+            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionaries/" ) ) );
         aMoreDictsLink.SetClickHdl( LINK( this, SvxLinguTabPage, OpenURLHdl_Impl ) );
     }
     else
@@ -2033,7 +2033,7 @@ SvxEditModulesDlg::SvxEditModulesDlg(Window* pParent, SvxLinguData_Impl& 
rData)
             != SvtExtendedSecurityOptions::OPEN_NEVER )
     {
         aMoreDictsLink.SetURL( String(
-            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionary/" ) ) );
+            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionaries/" ) ) );
         aMoreDictsLink.SetClickHdl( LINK( this, SvxEditModulesDlg, OpenURLHdl_Impl ) );
     }
     else
-- 
1.7.0.4
Context
- [Libreoffice] cherry pick to fix fdo#44178 - Wrong URL for	Dictionary Download · Lior Kaplan
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.