diff options
| author | pboutill | 2012-05-23 14:41:24 +0000 |
|---|---|---|
| committer | pboutill | 2012-05-23 14:41:24 +0000 |
| commit | 8837c2365c382adb0a74bfedabb1659eeb472adc (patch) | |
| tree | 88761584df9487ab39fe2bc2627c029d67acc229 /ide/utils | |
| parent | 24473ef1954c856907ba8907a4d2c910505125a1 (diff) | |
Revert copy/pasted function in to minilib thanks to clib.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15352 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/utils')
| -rw-r--r-- | ide/utils/configwin_messages.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/utils/configwin_messages.ml b/ide/utils/configwin_messages.ml index de29243182..6cd3ef579c 100644 --- a/ide/utils/configwin_messages.ml +++ b/ide/utils/configwin_messages.ml @@ -30,7 +30,7 @@ let version = "1.2";; let html_config = "Configwin bindings configurator for html parameters" -let home = Minilib.home +let home = Envars.home ~warn:Minilib.prerr_endline let mCapture = "Capture";; let mType_key = "Type key" ;; |
