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/Catcut.cpp | |
| parent | a8c6f96eed97ac484343ecf731d4e0859049a2c4 (diff) | |
include abrt version in bug descriptions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/Catcut.cpp')
| -rw-r--r-- | lib/Plugins/Catcut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/Catcut.cpp b/lib/Plugins/Catcut.cpp index 7fd6e898..cf1d7d9c 100644 --- a/lib/Plugins/Catcut.cpp +++ b/lib/Plugins/Catcut.cpp @@ -33,7 +33,7 @@ static void create_new_bug_description(const map_crash_report_t& pCrashReport, s "-----\n" + pCrashReport.find(CD_COMMENT)->second[CD_CONTENT]; } - pDescription = "\nabrt detected a crash.\n" + + pDescription = "\nabrt "VERSION" detected a crash.\n" + howToReproduce + comment + "\n\nAdditional information\n" |
