86e716e
From 4073928dfd787ed805105f7ab2d5cfed5bb3393c Mon Sep 17 00:00:00 2001
86e716e
From: Lior Kaplan <kaplanlior@gmail.com>
86e716e
Date: Thu, 29 Dec 2011 00:28:29 +0200
86e716e
Subject: [PATCH 1/2] fdo#44178: Align dictionary address with DICT_REPO_URL
86e716e
 in instsetoo_native/util/openoffice.lst
86e716e
86e716e
---
86e716e
 cui/source/options/optlingu.cxx |    4 ++--
86e716e
 1 files changed, 2 insertions(+), 2 deletions(-)
86e716e
86e716e
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
86e716e
index 66c2aee..e245e36 100644
86e716e
--- a/cui/source/options/optlingu.cxx
86e716e
+++ b/cui/source/options/optlingu.cxx
86e716e
@@ -1137,7 +1137,7 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent,
86e716e
             != SvtExtendedSecurityOptions::OPEN_NEVER )
86e716e
     {
86e716e
         aMoreDictsLink.SetURL( String(
86e716e
-            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionary/" ) ) );
86e716e
+            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionaries/" ) ) );
86e716e
         aMoreDictsLink.SetClickHdl( LINK( this, SvxLinguTabPage, OpenURLHdl_Impl ) );
86e716e
     }
86e716e
     else
86e716e
@@ -2033,7 +2033,7 @@ SvxEditModulesDlg::SvxEditModulesDlg(Window* pParent, SvxLinguData_Impl& rData)
86e716e
             != SvtExtendedSecurityOptions::OPEN_NEVER )
86e716e
     {
86e716e
         aMoreDictsLink.SetURL( String(
86e716e
-            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionary/" ) ) );
86e716e
+            RTL_CONSTASCII_USTRINGPARAM( "http://extensions.libreoffice.org/dictionaries/" ) ) );
86e716e
         aMoreDictsLink.SetClickHdl( LINK( this, SvxEditModulesDlg, OpenURLHdl_Impl ) );
86e716e
     }
86e716e
     else
86e716e
-- 
86e716e
1.7.7.6
86e716e