summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/setpath.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-07 15:01:12 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>1999-12-07 15:01:12 +0000
commitaa78984afcb46226cbc35922af41ff79278a237a (patch)
treeea46e4d7c75c737e75d06b7e19824696bfb15b6f /otherlibs/labltk/browser/setpath.ml
parentbacf15f6140b9f78230fcd06058e2934cfdea067 (diff)
changed syntax for default values and some labels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2674 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/setpath.ml')
-rw-r--r--otherlibs/labltk/browser/setpath.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/setpath.ml b/otherlibs/labltk/browser/setpath.ml
index cd255af19..f9c478b07 100644
--- a/otherlibs/labltk/browser/setpath.ml
+++ b/otherlibs/labltk/browser/setpath.ml
@@ -34,7 +34,7 @@ let renew_path box =
Listbox.insert box index:`End texts:!Config.load_path;
Jg_box.recenter box index:(`Num 0)
-let add_to_path :dirs ?:base{=""} box =
+let add_to_path :dirs ?:base[=""] box =
let dirs =
if base = "" then dirs else
if dirs = [] then [base] else