[Libreoffice-commits] .: sfx2/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 28 09:51:36 PST 2012


 sfx2/source/appl/appserv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7226672d4b894192d5312885c1c13a6394c27187
Author: Rob Snelders <programming at ertai.nl>
Date:   Wed Nov 28 18:35:45 2012 +0100

    rename the URL for feedback to something more positive
    
    Change-Id: Iea248eeb3c3eacf9b0f123daa52516f5c1f0259c

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 269dcbf..744a0ef 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -424,7 +424,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
         case SID_SEND_FEEDBACK:
         {
             ::rtl::OUString module = SfxHelp::GetCurrentModuleIdentifier();
-            ::rtl::OUString sURL("http://hub.libreoffice.org/file-a-bug/?version=" + utl::ConfigManager::getAboutBoxProductVersion() +
+            ::rtl::OUString sURL("http://hub.libreoffice.org/send-feedback/?version=" + utl::ConfigManager::getAboutBoxProductVersion() +
 				 "&locale=" + utl::ConfigManager::getLocale() + "&module=" + module.copy(module.lastIndexOf(".") + 1 )  );
             try
             {


More information about the Libreoffice-commits mailing list