diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-18 19:46:29 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-18 19:46:29 +0100 |
| commit | e8a1a7159416e7a7a343666baae8668f4eeb5209 (patch) | |
| tree | 2eda92dacf245b9aace4bac6d33f4937c3539c32 /lib/Plugins/Bugzilla.cpp | |
| parent | a8c6f96eed97ac484343ecf731d4e0859049a2c4 (diff) | |
| download | abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.tar.gz abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.tar.xz abrt-e8a1a7159416e7a7a343666baae8668f4eeb5209.zip | |
include abrt version in bug descriptions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Bugzilla.cpp')
| -rw-r--r-- | lib/Plugins/Bugzilla.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index 1e79a66..7ddacf7 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -16,7 +16,7 @@ static void create_new_bug_description(const map_crash_report_t& pCrashReport, std::string& pDescription) { - pDescription = "abrt detected a crash.\n\n"; + pDescription = "abrt "VERSION" detected a crash.\n\n"; pDescription += make_description_bz(pCrashReport); } |
