summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2011-10-30 23:56:36 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-11-01 16:11:35 +0100
commit70c659f4da5ca10bb36a38e6d1494efe57e09260 (patch)
tree03e183ac1d2d9fd03f3b504bf765d179831f6834 /cui
parent06899e6b77f5ca878ba7fd8b60bb62f5f97e90a2 (diff)
Align dictionary address with DICT_REPO_URL in instsetoo_native/util/openoffice.lst
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optlingu.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index 7269fc821fdd..61ce1b230518 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
@@ -2017,7 +2017,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