X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fmatita.ml;h=f8cc4efb44f6806115cf95c4a278b69b1420e666;hb=01d82c5e0c4f01881aeb746062438dcc3d05bc29;hp=4437f169c22a011d13ec7779bbcd9e67c5376db1;hpb=9a9c5b863f68367119450ae7b806d454ba1265e3;p=helm.git diff --git a/helm/software/matita/matita.ml b/helm/software/matita/matita.ml index 4437f169c..f8cc4efb4 100644 --- a/helm/software/matita/matita.ml +++ b/helm/software/matita/matita.ml @@ -67,6 +67,8 @@ let script = ~parent:gui#main#toplevel ()) () in + Predefined_virtuals.load_predefined_virtuals (); + Predefined_virtuals.load_predefined_classes (); gui#sourceView#source_buffer#begin_not_undoable_action (); s#reset (); s#template ();