diff options
Diffstat (limited to 'src/gtkext/panel.c')
-rw-r--r-- | src/gtkext/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/panel.c b/src/gtkext/panel.c index b2817fa..daaa3cf 100644 --- a/src/gtkext/panel.c +++ b/src/gtkext/panel.c @@ -978,7 +978,7 @@ void g_panel_item_set_dock_at_startup(GPanelItem *item, bool status) bool g_panel_item_is_docked(const GPanelItem *item) { - bool result; /* Status à retourner */ + bool result; /* Statut à retourner */ result = item->docked; |