X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=virt-ctrl%2Fvirt_ctrl.ml;h=9e5053e2738d5d6020a737fbc4274c099ed12e41;hb=0bdb08c61ec66a16a81c2778a2a76cac77b08fda;hp=a9740c19dc2d7909807cb2244bc7e9bc9b34fc05;hpb=430d646f23385cff10f3cfe359f27226f42cf01a;p=virt-top.git diff --git a/virt-ctrl/virt_ctrl.ml b/virt-ctrl/virt_ctrl.ml index a9740c1..9e5053e 100644 --- a/virt-ctrl/virt_ctrl.ml +++ b/virt-ctrl/virt_ctrl.ml @@ -18,11 +18,11 @@ *) open Printf +open Virt_ctrl_gettext.Gettext let () = (* Build the main window and wire up the buttons to the callback functions *) Vc_mainwindow.make - ~open_connection:Vc_connections.open_connection ~start_domain:Vc_domain_ops.start_domain ~pause_domain:Vc_domain_ops.pause_domain ~resume_domain:Vc_domain_ops.resume_domain