aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-03 14:09:02 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-03 14:09:02 +0000
commitcf5be5c7eaf4798b11fbedc15befa5b47f0ecda8 (patch)
tree14de47783370d8fb5be3afb67b3511453adf64ea /ide/preferences.mli
parent14b7ce42bfe1a8934a8fd106d3d9610b6c41e041 (diff)
option pour supprimer les menus contextuels sur les buts
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4299 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index abee44d62..d46ad050c 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -42,6 +42,7 @@ type pref =
mutable library_url : string;
mutable show_toolbar : bool;
+ mutable contextual_menus_on_goal : bool;
mutable window_width : int;
mutable window_height : int;
mutable use_utf8_notation : bool;