]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matita.ml
new shortcuts
[helm.git] / helm / matita / matita.ml
index a422ece1655ba7321d9ce31d1cb5fb68aaf74d0a..c1225bae46f6b7787b58fe2a1e80a0b739314ddb 100644 (file)
@@ -68,7 +68,7 @@ let script =
         MatitaGui.interactive_uri_choice ~selection_mode:`SINGLE
         ~title:"Matita: URI chooser" 
         ~msg:"Select the URI" ~hide_uri_entry:true
-        ~hide_try:true ~ok_label:"_Apply" 
+        ~hide_try:true ~ok_label:"_Apply" ~ok_action:`SELECT
         ~copy_cb:(fun s -> gui#main#scriptTextView#buffer#insert ("\n"^s^"\n"))
         () ~id:"boh?" uris
       with MatitaTypes.Cancel -> [])