From 0e11499aefb286877fd3cd41e05d23f120a55cc7 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 25 Mar 2011 17:35:35 +0000 Subject: Ide: mention "Restart" instead of "Go to start" for corresponding button This way probably emphasizes more the fact that the coqtop subprocess is killed and a new one is spawned. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13928 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coqide.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/coqide.ml b/ide/coqide.ml index c7b231bf35..1797a7e51a 100644 --- a/ide/coqide.ml +++ b/ide/coqide.ml @@ -2308,7 +2308,7 @@ let main files = `JUMP_TO; add_to_menu_toolbar "_Start" - ~tooltip:"Go to start" + ~tooltip:"Restart Coq" ~key:GdkKeysyms._Home ~callback:force_reset_initial `GOTO_TOP; -- cgit v1.2.3