summaryrefslogtreecommitdiff
path: root/src/gui/panels/welcome.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-07-14 12:50:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-07-14 12:50:05 (GMT)
commit32e65656666b05faba999a0c01819949de9b28a1 (patch)
tree3774eae936e870cae81c124bd247cea59395089a /src/gui/panels/welcome.c
parent7e1c5ac72a317d39952843239023c0fa506f2322 (diff)
Given to the log panel its own GLib instance.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@549 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gui/panels/welcome.c')
-rw-r--r--src/gui/panels/welcome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/panels/welcome.c b/src/gui/panels/welcome.c
index 497e289..fa55fd7 100644
--- a/src/gui/panels/welcome.c
+++ b/src/gui/panels/welcome.c
@@ -38,7 +38,7 @@
/* -------------------------- PARTIE PRINCIPALE DU PANNEAU -------------------------- */
-/* Panneau d'aperçu de graphiques (instance) */
+/* Panneau d'accueil (instance) */
struct _GWelcomePanel
{
GPanelItem parent; /* A laisser en premier */
@@ -46,7 +46,7 @@ struct _GWelcomePanel
};
-/* Panneau d'aperçu de graphiques (classe) */
+/* Panneau d'accueil (classe) */
struct _GWelcomePanelClass
{
GPanelItemClass parent; /* A laisser en premier */