aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-24 16:25:17 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-24 16:25:17 +0000
commite5a538958bac2f0aab2c6c0bb497fedd9ab3f5b7 (patch)
treeffe13eeef2fde954159ea26f3e2a70f92343f39b /ide
parentff2e301a324fc16655765706749837794d0b2a20 (diff)
about
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4983 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r--ide/coqide.ml13
1 files changed, 10 insertions, 3 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml
index 058f2ca72..c43dea057 100644
--- a/ide/coqide.ml
+++ b/ide/coqide.ml
@@ -2851,9 +2851,16 @@ with _ := Induction for _ Sort _.\n",61,10, Some GdkKeysyms._S);
~pixbuf:startup_image;
b#insert ~iter:b#start_iter "\t\t";
with _ -> ());
- b#insert "\nCoqIde: an experimental Gtk2 interface for Coq.\n\nVersion information\n--------\n";
- b#insert ((Coq.version ()));
- b#insert "\nAuthor: Benjamin Monate\nDo not hesitate to report bugs or missing features." in
+ b#insert
+ "\n\tCoqIDE: a Gtk2 interface for Coq.\n\n\
+ Main author : Benjamin Monate\n\
+ Contributions : Pierre Letouzey, Claude Marché\n\n\
+ Feature wish or bug report: use Web interface\n\
+ \thttp://coq.inria.fr/bin/coq-bugs\n\n\
+ Version information\n--------\n";
+ b#insert ((Coq.version ()))
+
+ in
about tv2#buffer;
w#add_accel_group accel_group;
(* Remove default pango menu for textviews *)