mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 17:06:31 +08:00
[ground_segment] different icons for the different applications of paparazzi.
This should prevent the clicking on every icon and parsing through all the windows when we are searching for the messages. closes #787
This commit is contained in:
@@ -39,7 +39,7 @@ let open_log = fun window adj () ->
|
||||
let () =
|
||||
let (serial_port, adj, speed) = Play_core.init () in
|
||||
|
||||
let icon = GdkPixbuf.from_file Env.icon_file in
|
||||
let icon = GdkPixbuf.from_file Env.icon_rep_file in
|
||||
let window = GWindow.dialog ~icon ~title:"Replay" ~width:300 () in
|
||||
let quit = fun () -> GMain.Main.quit (); exit 0 in
|
||||
ignore (window#connect#destroy ~callback:quit);
|
||||
|
||||
Reference in New Issue
Block a user