diff options
author | Michele Calgaro <[email protected]> | 2016-03-24 22:52:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-03-24 22:53:35 +0900 |
commit | e7ba529948745941cbbfaa3731d76d3346c863ec (patch) | |
tree | 594679e118a15f0af0d7e5a2ff82e78b153437ef /tdeui | |
parent | eacbecd178a2b68e4245668113f958e1acd5d7f5 (diff) | |
download | tdelibs-e7ba529948745941cbbfaa3731d76d3346c863ec.tar.gz tdelibs-e7ba529948745941cbbfaa3731d76d3346c863ec.zip |
Fixed product name in bug report form. This relates to bug 2617.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 04255418ecbedc1a7e712999d481742f4196b0af)
Diffstat (limited to 'tdeui')
-rw-r--r-- | tdeui/kbugreport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp index 20946b5b1..7a2862cbf 100644 --- a/tdeui/kbugreport.cpp +++ b/tdeui/kbugreport.cpp @@ -285,7 +285,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_tde_version", d->tde_version ); |