From 8e0b0f53b0cc139c45619472177ddbf8e616a947 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 4 Mar 2009 11:26:36 +0100 Subject: replace old project name by new one --- 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 78dd5b2f..df5e9ee1 100644 --- a/lib/Plugins/SQLite3.cpp +++ b/lib/Plugins/SQLite3.cpp @@ -26,7 +26,7 @@ #include -#define TABLE_NAME "crash_catcher" +#define TABLE_NAME "abrt" CSQLite3::CSQLite3() : m_sDBPath("/tmp/CCDB"), -- cgit