diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-08-09 18:12:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-08-09 18:12:27 (GMT) |
commit | 5cd25c4adfe0426520a51a76de3f77c77cfa4b8e (patch) | |
tree | 396514971fb78e81b7bb55c9cd3331d87b45ca9a /src/panel/panels.h | |
parent | d02deb2425d6559c357bdd00e1c0fb05f35d5fc9 (diff) |
Reorganized the way formats are handled (Java and PE got disabled, Dwarf is empty).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@105 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/panel/panels.h')
-rw-r--r-- | src/panel/panels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panel/panels.h b/src/panel/panels.h index feaa908..4584bba 100644 --- a/src/panel/panels.h +++ b/src/panel/panels.h @@ -36,6 +36,7 @@ typedef enum _PanelType PNT_LOG, /* Messages système */ PNT_REGISTERS, /* Registres d'architecture */ PNT_SYMBOLS, /* Symboles d'exécutable */ + PNT_STRINGS, /* Chaînes de carac. trouvées */ PNT_COUNT |