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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/analyze_LocalGDB.xml.in') 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. - + -- cgit