summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-26 17:51:54 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-26 17:51:54 +0100
commita22c570ddba7a71f717eb2209674f4301f5ba8d7 (patch)
tree9febb0bfac7c37dac060d1aec95476db2da5b568 /src/gui
parentf43845314b189eb1810ee98b3c3be2dca3bfecd1 (diff)
downloadabrt-a22c570ddba7a71f717eb2209674f4301f5ba8d7.tar.gz
abrt-a22c570ddba7a71f717eb2209674f4301f5ba8d7.tar.xz
abrt-a22c570ddba7a71f717eb2209674f4301f5ba8d7.zip
preparatory patch for future factoring out of headers for reportlib
Some files and functions are renamed, no logic changes. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CCDump.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CCDump.py b/src/gui/CCDump.py
index 380cb996..df5c18aa 100644
--- a/src/gui/CCDump.py
+++ b/src/gui/CCDump.py
@@ -3,7 +3,7 @@ from datetime import datetime
from abrt_utils import _, init_logging, log, log1, log2
-# Keep in sync with crash_types.h!
+# Keep in sync with [abrt_]crash_dump.h!
CD_TYPE = 0
CD_EDITABLE = 1
CD_CONTENT = 2