summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/browser/shell.ml
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-13 06:24:33 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-13 06:24:33 +0000
commita5eafc35c621eeea8bce451fa5244b00267ef692 (patch)
tree01efe17d7303b1e8a3aacb81d888b505e11b1f5d /otherlibs/labltk/browser/shell.ml
parent77d81d824b1b7864bb051c8723669b9d58524518 (diff)
-labels
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3071 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/shell.ml')
-rw-r--r--otherlibs/labltk/browser/shell.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/shell.ml b/otherlibs/labltk/browser/shell.ml
index 5a82116d5..6dfc7d643 100644
--- a/otherlibs/labltk/browser/shell.ml
+++ b/otherlibs/labltk/browser/shell.ml
@@ -284,7 +284,7 @@ let f ~prog ~title =
end in
let load_path =
List2.flat_map !Config.load_path ~f:(fun dir -> ["-I"; dir]) in
- let modern = if !Clflags.classic then [] else ["-label"] in
+ let modern = if !Clflags.classic then [] else ["-labels"] in
let warnings =
if List.mem "-w" progargs || !warnings = "A" then []
else ["-w"; !warnings]