summaryrefslogtreecommitdiff
path: root/ide/utils/configwin.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/utils/configwin.ml')
-rw-r--r--ide/utils/configwin.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/utils/configwin.ml b/ide/utils/configwin.ml
index 05bf54eb..3ff60799 100644
--- a/ide/utils/configwin.ml
+++ b/ide/utils/configwin.ml
@@ -27,8 +27,8 @@ type parameter_kind = Configwin_types.parameter_kind
type configuration_structure =
Configwin_types.configuration_structure =
- Section of string * parameter_kind list
- | Section_list of string * configuration_structure list
+ Section of string * GtkStock.id option * parameter_kind list
+ | Section_list of string * GtkStock.id option * configuration_structure list
type return_button =
Configwin_types.return_button =