summaryrefslogtreecommitdiff
path: root/src/gui/panels
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/panels')
-rw-r--r--src/gui/panels/binary.c5
-rw-r--r--src/gui/panels/welcome.c3
2 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/panels/binary.c b/src/gui/panels/binary.c
index bb98c10..f58c06b 100644
--- a/src/gui/panels/binary.c
+++ b/src/gui/panels/binary.c
@@ -25,9 +25,6 @@
#include "binary.h"
-#include <i18n.h>
-
-
#include "binary-int.h"
#include "../../gtkext/helpers.h"
#include "../../gtkext/hexview.h"
@@ -63,7 +60,7 @@ static void gtk_binary_panel_finalize(GObject *);
/* ---------------------------------------------------------------------------------- */
-/* Indique le type défini pour un panneau d'accueil. */
+/* Indique le type défini pour un panneau d'affichage de contenus d'un binaire. */
G_DEFINE_TYPE(GtkBinaryPanel, gtk_binary_panel, GTK_TYPE_TILED_PANEL);
diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c
index 6fd1304..6e8763b 100644
--- a/src/gui/panels/welcome.c
+++ b/src/gui/panels/welcome.c
@@ -28,9 +28,6 @@
#include <assert.h>
-#include <i18n.h>
-
-
#include "welcome-int.h"
#include "../core/panels.h"
#include "../../common/shuffle.h"