sfx2/source/appl/appserv.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 80086a82883239cad5a6e667c8ff174623e190a2 Author: Rob Snelders <[email protected]> Date: Fri Nov 23 22:58:34 2012 +0100 Get more information to the BSA from the send feedback-menuitem Change-Id: I77b3afa52bd5cc25a6385cbdb480a30e7aef387c diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 3e0a297..269dcbf 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -423,7 +423,9 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) case SID_SEND_FEEDBACK: { - ::rtl::OUString sURL("http://hub.libreoffice.org/file-a-bug/"); + ::rtl::OUString module = SfxHelp::GetCurrentModuleIdentifier(); + ::rtl::OUString sURL("http://hub.libreoffice.org/file-a-bug/?version=" + utl::ConfigManager::getAboutBoxProductVersion() + + "&locale=" + utl::ConfigManager::getLocale() + "&module=" + module.copy(module.lastIndexOf(".") + 1 ) ); try { uno::Reference< com::sun::star::system::XSystemShellExecute > xSystemShellExecute( _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
