From 3ebfe02dd9c81b10f47ca258bb2a0ef080dbbbeb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 15 Apr 2011 15:52:09 +0200 Subject: Implement the possibility to add text labels to even config GUI. Closes #199. Signed-off-by: Denys Vlasenko --- src/plugins/analyze_LocalGDB.xml.in | 4 ++-- src/plugins/analyze_RetraceServer.xml.in | 4 ++-- src/plugins/report_Bugzilla.xml.in | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/analyze_LocalGDB.xml.in b/src/plugins/analyze_LocalGDB.xml.in index f85072d0..925f2c41 100644 --- a/src/plugins/analyze_LocalGDB.xml.in +++ b/src/plugins/analyze_LocalGDB.xml.in @@ -2,7 +2,7 @@ <_name>Local GNU Debugger <_description>Download debuginfo packages and generate backtrace locally using GDB - <_long_description>Needs to downloads debuginfo packages, which might take significant time, and take up disk space. + <_long-description>Needs to downloads debuginfo packages, which might take significant time, and take up disk space. However, unlike RetraceServer, doesn't send coredump to remote machines. - + diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in index 7f7f0362..f91bf763 100644 --- a/src/plugins/analyze_RetraceServer.xml.in +++ b/src/plugins/analyze_RetraceServer.xml.in @@ -2,10 +2,10 @@ Retrace Server <_description>Send core dump to remote retrace server for analysis - <_long_description>Uploads coredump to a server, which generates backtrace and returns it. + <_long-description>Uploads coredump to a server, which generates backtrace and returns it. Pros: no need for debuginfo downloads. Retrace server's database of debuginfos is more complete. Retrace server may generate better backtraces. Cons: coredump you upload contains all the data from the crashed program, including your private data, if any. - +