add a help link to the wiki page for the lag settings
This commit is contained in:
parent
b72262e0e8
commit
6e30ada029
1 changed files with 12 additions and 0 deletions
|
@ -55,6 +55,18 @@
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<button>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
<legend>help (in browser)</legend>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
fgcommand("open-browser", props.Node.new({ "url": "http://wiki.flightgear.org/Real_Time_manual" }))
|
||||
</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
<text>
|
||||
<row>1</row>
|
||||
<col>0</col>
|
||||
|
|
Loading…
Reference in a new issue