From 98f3621b5b0c50aaa48c86e1d6a4269d94388bd3 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 13 Nov 2012 22:38:16 +0000 Subject: More monomorphizations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15969 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coqide_ui.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/coqide_ui.ml') diff --git a/ide/coqide_ui.ml b/ide/coqide_ui.ml index 2ec72fc1a..36e071e86 100644 --- a/ide/coqide_ui.ml +++ b/ide/coqide_ui.ml @@ -1,6 +1,6 @@ let ui_m = GAction.ui_manager ();; -let no_under = Util.string_map (fun x -> if x = '_' then '-' else x) +let no_under = Util.String.map (fun x -> if x = '_' then '-' else x) let list_items menu li = let res_buf = Buffer.create 500 in -- cgit v1.2.3