mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 00:53:41 +08:00
gconf_file added
This commit is contained in:
@@ -44,3 +44,5 @@ let flight_plans_path = paparazzi_home // "conf" // "flight_plans"
|
||||
let flight_plan_dtd = flight_plans_path // "flight_plan.dtd"
|
||||
|
||||
let icon_file = paparazzi_home // "data/pictures/penguin_icon.png"
|
||||
|
||||
let gconf_file = paparazzi_home // "conf" // "%gconf.xml"
|
||||
|
||||
@@ -34,3 +34,7 @@ val flight_plans_path : string
|
||||
val flight_plan_dtd : string
|
||||
|
||||
val icon_file : string
|
||||
(** PNG paparazzi logo icon (48 x 48, 8-bit/color RGBA, non-interlaced) *)
|
||||
|
||||
val gconf_file : string
|
||||
(** XML preferences file à la gconf *)
|
||||
|
||||
Reference in New Issue
Block a user