diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-10 15:50:53 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 1999-12-10 15:50:53 +0000 |
commit | c5f7b4016a197d4ffcfba28edcb3292fc84478eb (patch) | |
tree | eaba76abba94f04acc9466db2e8980b8dd1c6fe7 /otherlibs/labltk/browser/shell.ml | |
parent | c5d28c52dd8fa81cc7b09c39b3fa751c1578a7d8 (diff) |
change name to ocamlbrowser
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2685 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/shell.ml')
-rw-r--r-- | otherlibs/labltk/browser/shell.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/shell.ml b/otherlibs/labltk/browser/shell.ml index 3369f9b39..3378c1a20 100644 --- a/otherlibs/labltk/browser/shell.ml +++ b/otherlibs/labltk/browser/shell.ml @@ -147,7 +147,7 @@ object (self) end end -(* Specific use of shell, for LablBrowser *) +(* Specific use of shell, for OCamlBrowser *) let shells : (string * shell) list ref = ref [] |