From 916829e62f7634c2ce9d991eb8ce30a7b1e919d3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Fri, 6 Dec 2013 15:32:19 +0100 Subject: Fix CoqIDE on windows --- ide/fileOps.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/fileOps.ml') diff --git a/ide/fileOps.ml b/ide/fileOps.ml index a1066db2c..3b8599818 100644 --- a/ide/fileOps.ml +++ b/ide/fileOps.ml @@ -108,7 +108,7 @@ object(self) let answ = GToolbox.question_box ~title:"File exists on disk" ~buttons:["Overwrite"; "Cancel";] ~default:1 - ~icon:warn_image#coerce + ~icon:(warn_image ())#coerce ("File "^f^" already exists") in match answ with -- cgit v1.2.3