Fixed product name in bug report form. This relates to bug 2617.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 04255418ec)
v3.5.13-sru
Michele Calgaro 8 years ago committed by Slávek Banko
parent 756ca23921
commit 85f091d4e9

@ -284,7 +284,7 @@ KBugReport::~KBugReport()
void KBugReport::updateURL()
{
KURL url ( "http://bugs.pearsoncomputing.net/enter_bug.cgi" );
url.addQueryItem( "product", "TDE 3.5" );
url.addQueryItem( "product", "TDE" );
url.addQueryItem( "op_sys", d->os );
url.addQueryItem( "cf_kde_compiler", KDE_COMPILER_VERSION );
url.addQueryItem( "cf_kde_version", d->kde_version );

Loading…
Cancel
Save