summaryrefslogtreecommitdiff
path: root/plugins/pynb/prefs-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-02-22 23:32:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-02-22 23:32:51 (GMT)
commite0614e482b3ca3faf43e296bb70348be0d651394 (patch)
treee1f3f9c9fcf3ff3605d7b71b50a42619768a8b4f /plugins/pynb/prefs-int.h
parent1198887f998ac1c09d4e42a9aed937b6c1b31e56 (diff)
Update comments and fix code.gtk4
Diffstat (limited to 'plugins/pynb/prefs-int.h')
-rw-r--r--plugins/pynb/prefs-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pynb/prefs-int.h b/plugins/pynb/prefs-int.h
index 9ce579e..9c44c68 100644
--- a/plugins/pynb/prefs-int.h
+++ b/plugins/pynb/prefs-int.h
@@ -29,14 +29,14 @@
-/* Fenêtre d'édition générale de la configuration (instance) */
+/* Composant d'édition des paramètres liés aux notes (instance) */
struct _GtkPythonNotebookTweakPanel
{
GtkBox parent; /* A laisser en premier */
};
-/* Fenêtre d'édition générale de la configuration (classe) */
+/* Composant d'édition des paramètres liés aux notes (classe) */
struct _GtkPythonNotebookTweakPanelClass
{
GtkBoxClass parent; /* A laisser en premier */