Add version fields to the About dialog.
This commit is contained in:
parent
a2ffefc698
commit
670d790fb2
1 changed files with 33 additions and 1 deletions
|
@ -51,6 +51,11 @@
|
|||
<text>
|
||||
<label>FlightGear Flight Simulator</label>
|
||||
</text>
|
||||
<text>
|
||||
<label>MMMMMMMMMMMMM</label>
|
||||
<format>Version: %s</format>
|
||||
<property>/sim/version/flightgear</property>
|
||||
</text>
|
||||
<text>
|
||||
<label>(c) 1996-2010, the FlightGear contributors</label>
|
||||
</text>
|
||||
|
@ -60,8 +65,35 @@
|
|||
<text>
|
||||
<label>License: GNU General Public License Version 2</label>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label>MMMMMMMMMM</label>
|
||||
<format>SimGear Version: %s</format>
|
||||
<property>/sim/version/simgear</property>
|
||||
</text>
|
||||
<text>
|
||||
<label>MMMMMMMMMMMMMMMMMM</label>
|
||||
<format>OpenSceneGraph Version: %s</format>
|
||||
<property>/sim/version/openscenegraph</property>
|
||||
</text>
|
||||
|
||||
<text>
|
||||
<label>MMMMMMMMMMMMMMMMMM</label>
|
||||
<format>Build Id: %s</format>
|
||||
<property>/sim/version/build-id</property>
|
||||
</text>
|
||||
<text>
|
||||
<label>MMMMMM</label>
|
||||
<format>Build Number: %d</format>
|
||||
<property>/sim/version/build-number</property>
|
||||
</text>
|
||||
<text>
|
||||
<label>MMMMMM</label>
|
||||
<format>Revision: %s</format>
|
||||
<property>/sim/version/revision</property>
|
||||
</text>
|
||||
<hrule/>
|
||||
|
||||
|
||||
<group>
|
||||
<layout>hbox</layout>
|
||||
<halign>center</halign>
|
||||
|
|
Loading…
Add table
Reference in a new issue