summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
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