diff options
Diffstat (limited to 'plugins/pynb/prefs-int.h')
-rw-r--r-- | plugins/pynb/prefs-int.h | 4 |
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 */ |