1
0
Fork 0

Add help button to Weather dialog

Patch by Mariusz Matuszek

SF-ID: https://sourceforge.net/p/flightgear/codetickets/2754/
This commit is contained in:
James Turner 2022-08-31 15:55:39 +01:00
parent 55b17f4c5e
commit 7f1f3f6d52

View file

@ -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>