summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/SQLite3.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-03-04 11:26:36 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-03-04 11:26:36 +0100
commit8e0b0f53b0cc139c45619472177ddbf8e616a947 (patch)
tree0d4361ab6155b8b788c813a3169a8cd2ea1dc6c6 /lib/Plugins/SQLite3.cpp
parentd302872fa0e5ed605d07a46414407e70f3253a58 (diff)
downloadabrt-8e0b0f53b0cc139c45619472177ddbf8e616a947.tar.gz
abrt-8e0b0f53b0cc139c45619472177ddbf8e616a947.tar.xz
abrt-8e0b0f53b0cc139c45619472177ddbf8e616a947.zip
replace old project name by new one
Diffstat (limited to 'lib/Plugins/SQLite3.cpp')
-rw-r--r--lib/Plugins/SQLite3.cpp2
1 files changed, 1 insertions, 1 deletions
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 <iostream>
-#define TABLE_NAME "crash_catcher"
+#define TABLE_NAME "abrt"
CSQLite3::CSQLite3() :
m_sDBPath("/tmp/CCDB"),