summaryrefslogtreecommitdiff
path: root/src/panels/breaks.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-10-14 22:54:36 (GMT)
commitab45be33f699d458fe8cabf85b4c6c4f41f24fdd (patch)
treec183a1dc2e96507a213112eea2a9538bd3b600e1 /src/panels/breaks.c
parentcfa7c9543b4265ae65bc7097350fcf8587117fe3 (diff)
Typo.
Diffstat (limited to 'src/panels/breaks.c')
-rw-r--r--src/panels/breaks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/breaks.c b/src/panels/breaks.c
index 7c3b910..2b2e464 100644
--- a/src/panels/breaks.c
+++ b/src/panels/breaks.c
@@ -101,7 +101,7 @@ static bool find_breakpoint_in_breaks_panel(GBreaksPanel *, GBreakPoint *, GtkTr
-/* Indique le type définit pour un panneau d'affichage des points d'arrêt. */
+/* Indique le type défini pour un panneau d'affichage des points d'arrêt. */
G_DEFINE_TYPE(GBreaksPanel, g_breaks_panel, G_TYPE_EDITOR_PANEL);