summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-02-22 21:44:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-02-22 21:44:55 (GMT)
commit1198887f998ac1c09d4e42a9aed937b6c1b31e56 (patch)
tree76889dccefd710499cba6018e6fb57335ac5088f /src
parent7433db5c6c3fbba9c2ab68044b8c9e37f39b4c5f (diff)
Update comments.
Diffstat (limited to 'src')
-rw-r--r--src/gui/panels/binary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panels/binary.c b/src/gui/panels/binary.c
index d61e33b..f58c06b 100644
--- a/src/gui/panels/binary.c
+++ b/src/gui/panels/binary.c
@@ -60,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);