summaryrefslogtreecommitdiff
path: root/src/dialogs/binparts.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
commite56b4db3aae87f0458319019635dea4968a5c529 (patch)
treebbbbbca3921dca2add25f74d73096900254fe301 /src/dialogs/binparts.h
parentfb12cfc1727ba949b70a48ee042a2aec9ebbb407 (diff)
Updated a little bit the Java part (welcome back).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@154 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/dialogs/binparts.h')
-rw-r--r--src/dialogs/binparts.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/dialogs/binparts.h b/src/dialogs/binparts.h
index 8a86bf6..90f4737 100644
--- a/src/dialogs/binparts.h
+++ b/src/dialogs/binparts.h
@@ -1,8 +1,8 @@
/* OpenIDA - Outil d'analyse de fichiers binaires
- * dlg_sections.h - prototypes pour la boîte de dialogue permettant une sélection des sections
+ * binparts.h - prototypes pour la boîte de dialogue permettant une sélection des sections
*
- * Copyright (C) 2008 Cyrille Bagard
+ * Copyright (C) 2009 Cyrille Bagard
*
* This file is part of OpenIDA.
*
@@ -21,8 +21,8 @@
*/
-#ifndef _DLG_SECTIONS_H
-#define _DLG_SECTIONS_H
+#ifndef _DIALOGS_BINPARTS_H
+#define _DIALOGS_BINPARTS_H
#include <gtk/gtk.h>
@@ -37,6 +37,4 @@ GtkWidget *create_sections_dialog(GOpenidaBinary *, GtkWindow *);
-
-
-#endif /* _DLG_SECTIONS_H */
+#endif /* _DIALOGS_BINPARTS_H */