diff options
author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-05-13 09:30:13 +0200 |
---|---|---|
committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-05-13 09:30:13 +0200 |
commit | 42288f912fb49ba249e3e365a920ed7dd70967bb (patch) | |
tree | 8a12fcdf6fed871a0b97745f66b1bf19f1003e6d /inc | |
parent | 82794aec5df6f93975986d02dbb1d729004587fc (diff) | |
download | abrt-42288f912fb49ba249e3e365a920ed7dd70967bb.tar.gz abrt-42288f912fb49ba249e3e365a920ed7dd70967bb.tar.xz abrt-42288f912fb49ba249e3e365a920ed7dd70967bb.zip |
bugzilla can save an attachements now
Diffstat (limited to 'inc')
-rw-r--r-- | inc/CrashTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/CrashTypes.h b/inc/CrashTypes.h index d53e6802..38095b94 100644 --- a/inc/CrashTypes.h +++ b/inc/CrashTypes.h @@ -6,7 +6,7 @@ #include <vector> // SYS - system value, should not be displayed -// BIN - binary value, should be displayed +// BIN - binary value, should be displayed as a path to binary file // TXT - text value, should be displayed // ATT - text value which can be sent as attachment via reporters #define CD_SYS "s" |