diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-01-11 02:20:30 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-01-11 02:20:30 (GMT) |
commit | 486f0bf0a27ffed3e9fde2f183974ae029b45c54 (patch) | |
tree | 8840eaab0629f83e7501506b91101ce4f2d42a5d /plugins/pyoida | |
parent | 6ebdbfbca9e7bc34fe0f280e4a6a65c24c5003e9 (diff) |
Defined new panel definitions for the editor GUI.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@223 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'plugins/pyoida')
-rw-r--r-- | plugins/pyoida/py_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pyoida/py_log.c b/plugins/pyoida/py_log.c index ea43e5c..fde7ae5 100644 --- a/plugins/pyoida/py_log.c +++ b/plugins/pyoida/py_log.c @@ -2,7 +2,7 @@ /* OpenIDA - Outil d'analyse de fichiers binaires * py_log.c - intermédiaire du panneau de messages pour Python * - * Copyright (C) 2009 Cyrille Bagard + * Copyright (C) 2009-2012 Cyrille Bagard * * This file is part of OpenIDA. * @@ -27,7 +27,7 @@ #include <structmember.h> -#include "../../src/panels/log.h" +#include "../../src/gui/panels/log.h" typedef struct { |