sfx2/source/appl/appserv.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7226672d4b894192d5312885c1c13a6394c27187 Author: Rob Snelders <programm...@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 { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits