aboutsummaryrefslogtreecommitdiff
path: root/ide/utils
diff options
context:
space:
mode:
authormonate2003-03-05 12:17:18 +0000
committermonate2003-03-05 12:17:18 +0000
commitbd6e68f4ef7bac1e9729b875f944048b394e71af (patch)
tree251aaa850893ef32dc8a5583bdfaeefdc6fa5533 /ide/utils
parente6c6fd55e777ea7a9c7c85399138deab40284f28 (diff)
CoqIde: Install.ide Revert bugfix.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3741 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/utils')
-rw-r--r--ide/utils/configwin_ihm.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/utils/configwin_ihm.ml b/ide/utils/configwin_ihm.ml
index 3b26312658..f6c4e6daad 100644
--- a/ide/utils/configwin_ihm.ml
+++ b/ide/utils/configwin_ihm.ml
@@ -15,6 +15,7 @@ open Configwin_types
module O = Uoptions
+
(** The file where the html config is. *)
let file_html_config = Filename.concat Configwin_messages.home ".configwin_html"
@@ -37,6 +38,7 @@ let html_config_file_and_option () =
O.load ini ;
(ini, bindings)
+
(** This variable contains the last directory where the user selected a file.*)
let last_dir = ref "";;