diff options
Diffstat (limited to 'src/gui/panel.c')
-rw-r--r-- | src/gui/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/panel.c b/src/gui/panel.c index 6621c4e..b361153 100644 --- a/src/gui/panel.c +++ b/src/gui/panel.c @@ -944,7 +944,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; |