Kaydet (Commit) 46efbdbb authored tarafından Thorsten Behrens's avatar Thorsten Behrens

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
üst 111fd6d0
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" oor:name="ExtensionManager" oor:package="org.openoffice.Office"> <oor:component-data xmlns:oor="http://openoffice.org/2001/registry" oor:name="ExtensionManager" oor:package="org.openoffice.Office">
<node oor:name="ExtensionRepositories"> <node oor:name="ExtensionRepositories">
<prop oor:name="WebsiteLink"> <prop oor:name="WebsiteLink">
<value>http://extensions.documentfoundation.org/</value> <value>http://extensions.libreoffice.org/</value>
</prop> </prop>
</node> </node>
</oor:component-data> </oor:component-data>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<info> <info>
<desc>the url where additional infomation can be found.</desc> <desc>the url where additional infomation can be found.</desc>
</info> </info>
<value>http://wiki.services.openoffice.org/wiki/User_Experience/OpenOffice.org_User_Feedback_Program</value> <value>http://wiki.documentfoundation.org/UX/LibreOffice_User_Feedback_Program</value>
</prop> </prop>
</group> </group>
<group oor:name="Counters"> <group oor:name="Counters">
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
<info> <info>
<desc>the url where reports get send to.</desc> <desc>the url where reports get send to.</desc>
</info> </info>
<value>http://report.services.openoffice.org:80/soap/servlet/rpcrouter</value> <value>http://report.libreoffice.org:80/soap/servlet/rpcrouter</value>
</prop> </prop>
<prop oor:name="SoapIdAdditions" oor:type="xs:string"> <prop oor:name="SoapIdAdditions" oor:type="xs:string">
<info> <info>
......
/************************************************************************* /*************************************************************************
* *
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
...@@ -107,11 +107,11 @@ ModalDialog RID_DEFAULTABOUT ...@@ -107,11 +107,11 @@ ModalDialog RID_DEFAULTABOUT
}; };
String ABOUT_STR_COPYRIGHT String ABOUT_STR_COPYRIGHT
{ {
Text[ en-US ] = "Copyright © 2000, 2010 Oracle and/or its affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org.\nOpenOffice.org acknowledges all community members, please find more info at the link below."; Text[ en-US ] = "Copyright © 2000, 2010 LibreOffice contributors and/or their affiliates. All rights reserved.\nThis product was created by %OOOVENDOR, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.\n%OOOVENDOR acknowledges all community members, please find more info at the link below:"
}; };
String ABOUT_STR_LINK String ABOUT_STR_LINK
{ {
Text[ en-US ] = "http://www.openoffice.org/welcome/credits.html"; Text[ en-US ] = "http://libreoffice.org/credits.html";
}; };
StringArray ABOUT_STR_DEVELOPER_ARY StringArray ABOUT_STR_DEVELOPER_ARY
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment