logo attached to windows

This commit is contained in:
Pascal Brisset
2007-07-10 05:06:34 +00:00
parent bf5188d368
commit 7c52b03213
15 changed files with 32 additions and 10 deletions
+2
View File
@@ -36,6 +36,8 @@ let () =
ignore (gui#window#connect#destroy ~callback:(fun _ -> CP.close_programs gui; exit 0));
gui#toplevel#show ();
gui#window#set_icon (Some (GdkPixbuf.from_file Env.icon_file));
let ac_combo = AC.parse_conf_xml gui#vbox_ac
and target_combo = combo ["sim";"fbw";"ap"] gui#vbox_target in