aboutsummaryrefslogtreecommitdiff
path: root/ide/utils
diff options
context:
space:
mode:
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 "";;