summaryrefslogtreecommitdiff
path: root/src/gui/panels/welcome-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/panels/welcome-int.h')
-rw-r--r--src/gui/panels/welcome-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/panels/welcome-int.h b/src/gui/panels/welcome-int.h
index 34bf922..d99d316 100644
--- a/src/gui/panels/welcome-int.h
+++ b/src/gui/panels/welcome-int.h
@@ -70,14 +70,14 @@ bool gtk_welcome_panel_create(GtkWelcomePanel *);
/* ---------------------- MANIPULATIONS D'UN PANNEAU GRAPHIQUE ---------------------- */
-/* Définition pour gestion part le framework d'un panneau graphique (instance) */
+/* Définition pour gestion par le framework d'un panneau graphique (instance) */
struct _GWelcomePanel
{
GPanelItem parent; /* A laisser en premier */
};
-/* Définition pour gestion part le framework d'un panneau graphique (classe) */
+/* Définition pour gestion par le framework d'un panneau graphique (classe) */
struct _GWelcomePanelClass
{
GPanelItemClass parent; /* A laisser en premier */