Actions
Task #2286
closedRedirect Turkish "Help - Feedback" in the HUB to Turkish page
Start date:
Due date:
% Done:
0%
Tags:
Documentation
URL:
Description
Currently, when opened through a Turkish installation, the Help->Send Feedback option redirects to the English site. Please redirect the site:
http://hub.libreoffice.org/send-feedback/
to
http://tr.libreoffice.org/yardim-alin/geri-bildirim/
The code forming the string for the hub is:
OUString module = SfxHelp::GetCurrentModuleIdentifier();
OUString sURL("http://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
"&LOlocale=" + utl::ConfigManager::getLocale() + "&LOmodule=" + module.copy(module.lastIndexOf('.') + 1 ) );
sfx2::openUriExternally(sURL, false);
Actions