[Libreoffice-commits] .: svtools/source

Thorsten Behrens thorsten at kemper.freedesktop.org
Tue Oct 19 09:16:47 PDT 2010


 svtools/source/contnr/templwin.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 35c617f5e37ef09b7e89ce594760a9f46f3ccfbc
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Tue Oct 19 16:10:40 2010 +0200

    Switch all urls from TDF to LibreOffice
    
    Additionally, fixes fdo#30667 with new about dialog text, and a
    link to http://libreoffice.org/credits.html

diff --git a/svtools/source/contnr/templwin.cxx b/svtools/source/contnr/templwin.cxx
index fd6f3fe..51c81cb 100644
--- a/svtools/source/contnr/templwin.cxx
+++ b/svtools/source/contnr/templwin.cxx
@@ -1741,7 +1741,7 @@ void SvtDocumentTemplateDialog::InitImpl( )
     if ( !bHideLink )
          {
     aMoreTemplatesLink.SetURL( String(
-        RTL_CONSTASCII_STRINGPARAM( "http://templates.documentfoundation.org/" ) ) );
+        RTL_CONSTASCII_STRINGPARAM( "http://templates.libreoffice.org/" ) ) );
     aMoreTemplatesLink.SetClickHdl( LINK( this, SvtDocumentTemplateDialog, OpenLinkHdl_Impl ) );
     }
     else


More information about the Libreoffice-commits mailing list