diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-08-19 21:05:06 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-08-19 21:05:06 (GMT) |
commit | 370311f0a7176aa880dd0a15561c87a324fc111c (patch) | |
tree | c65174e576443b9832d70ec1f4a8939cf3864ff4 /src/gtkext | |
parent | 7ae448ef9adac1642241f09d8838294b5d6e8e2d (diff) |
Typos and cosmetics.
Diffstat (limited to 'src/gtkext')
-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; |