summaryrefslogtreecommitdiff
path: root/plugins/pynb/core-ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pynb/core-ui.c')
-rw-r--r--plugins/pynb/core-ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/pynb/core-ui.c b/plugins/pynb/core-ui.c
index 489284c..dd49a83 100644
--- a/plugins/pynb/core-ui.c
+++ b/plugins/pynb/core-ui.c
@@ -81,7 +81,7 @@ static tweak_info_t *g_python_notebook_plugin_ui_get_tweak_info(const GTweakable
/* ---------------------------------------------------------------------------------- */
-/* Indique le type défini pour un greffon de liaison Python */
+/* Indique le type défini pour une présentation de notes texte et code Python. */
G_DEFINE_TYPE_WITH_CODE(GPythonNotebookPluginUI, g_python_notebook_plugin_ui, G_TYPE_NATIVE_PLUGIN,
G_IMPLEMENT_INTERFACE(G_TYPE_TWEAKABLE_PLUGIN, g_python_notebook_plugin_ui_tweakable_plugin_interface_init));
@@ -350,7 +350,7 @@ static tweak_info_t *g_python_notebook_plugin_ui_get_tweak_info(const GTweakable
tweak_info_t infos[] = {
TWEAK_SIMPLE_DEF("root", "Basics",
- "pynb-symbolic", "pynotebook", "Notebook", GTK_TYPE_PYTHON_NOTEBOOK_PANEL_PANEL),
+ "pynb-symbolic", "pynotebook", "Notebook", GTK_TYPE_PYTHON_NOTEBOOK_TWEAK_PANEL),
};
*count = 1;