Add help button to Weather dialog
Patch by Mariusz Matuszek SF-ID: https://sourceforge.net/p/flightgear/codetickets/2754/
This commit is contained in:
parent
55b17f4c5e
commit
7f1f3f6d52
1 changed files with 7 additions and 3 deletions
|
@ -505,11 +505,15 @@
|
||||||
<label> </label>
|
<label> </label>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
<empty>
|
<button>
|
||||||
<row>0</row>
|
<row>0</row>
|
||||||
<col>2</col>
|
<col>2</col>
|
||||||
<stretch>true</stretch>
|
<legend>Weather help</legend>
|
||||||
</empty>
|
<binding>
|
||||||
|
<command>open-browser</command>
|
||||||
|
<path>Docs/README.local_weather.html</path>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
<button>
|
<button>
|
||||||
<row>0</row>
|
<row>0</row>
|
||||||
|
|
Loading…
Add table
Reference in a new issue