From 0e0aa3788dc3f2bf91f566fee6b695d0cd9939f4 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 13 Nov 2009 14:27:34 +0100 Subject: make plugin descriptions more consistent in style Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 3aad054..709a16c 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -421,7 +421,7 @@ PLUGIN_INFO(DATABASE, CSQLite3, "SQLite3", "0.0.2", - "SQLite3 database plugin.", + "Keeps SQLite3 database about all crashes", "zprikryl@redhat.com,jmoskovc@redhat.com", "https://fedorahosted.org/abrt/wiki", ""); -- cgit From e8a1a7159416e7a7a343666baae8668f4eeb5209 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 18 Nov 2009 19:46:29 +0100 Subject: include abrt version in bug descriptions Signed-off-by: Denys Vlasenko --- lib/Plugins/SQLite3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Plugins/SQLite3.cpp') diff --git a/lib/Plugins/SQLite3.cpp b/lib/Plugins/SQLite3.cpp index 709a16c..cc639da 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -34,7 +34,7 @@ // after a while, we can drop support for update, so a table can stay in // normal limits -static const char* upate_sql_commands[][ABRT_TABLE_VERSION + 1] = { +static const char *const upate_sql_commands[][ABRT_TABLE_VERSION + 1] = { // v0 -> * { // v0 -> v0 -- cgit