diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-11-15 02:27:38 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2000-11-15 02:27:38 +0000 |
commit | 34b56af525d9a8a1c51b68537189001e2f3e23aa (patch) | |
tree | 60f7118eb3c5d7326296b7d7746c50a0fec2089f /otherlibs/labltk/browser/editor.ml | |
parent | 55e87fc472b6bad71fef9ec2bfb4305695350c9a (diff) |
typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3332 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/editor.ml')
-rw-r--r-- | otherlibs/labltk/browser/editor.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/labltk/browser/editor.ml b/otherlibs/labltk/browser/editor.ml index a5fbdfe74..773f71b0a 100644 --- a/otherlibs/labltk/browser/editor.ml +++ b/otherlibs/labltk/browser/editor.ml @@ -103,7 +103,7 @@ let select_shell txt = let tl = Jg_toplevel.titled "Select Shell" in Jg_bind.escape_destroy tl; Wm.transient_set tl ~master:(Winfo.toplevel txt.tw); - let label = Label.create tl ~text:"Send ~to:" + let label = Label.create tl ~text:"Send to:" and box = Listbox.create tl and frame = Frame.create tl in Jg_bind.enter_focus box; |