Merge commit '01f1f9e6c1c3c26b36e300a70b10c8376b1fa2d0' into next
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/17/
This commit is contained in:
commit
11066a5606
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
||||||
"directly or a set of manually defined parameters. Recommended for use with Multiplayer.");
|
"directly or a set of manually defined parameters. Recommended for use with Multiplayer.");
|
||||||
setprop("sim/gui/dialogs/metar/description[2]",
|
setprop("sim/gui/dialogs/metar/description[2]",
|
||||||
"Advanced weather engine that gives more detailed and realistic results based on METAR " ~
|
"Advanced weather engine that gives more detailed and realistic results based on METAR " ~
|
||||||
"data and a set of predefiend parameters.");
|
"data and a set of predefined parameters. Click on 'Apply' to run the engine, as the engine " ~
|
||||||
|
"does not automatically load upon startup.");
|
||||||
|
|
||||||
var normalize_string = func(src) {
|
var normalize_string = func(src) {
|
||||||
if( src == nil ) src = "";
|
if( src == nil ) src = "";
|
||||||
|
@ -536,7 +537,7 @@
|
||||||
<!--
|
<!--
|
||||||
<pref-width>250</pref-width>
|
<pref-width>250</pref-width>
|
||||||
-->
|
-->
|
||||||
<pref-height>70</pref-height>
|
<pref-height>90</pref-height>
|
||||||
<slider>15</slider>
|
<slider>15</slider>
|
||||||
<editable>false</editable>
|
<editable>false</editable>
|
||||||
<wrap>true</wrap>
|
<wrap>true</wrap>
|
||||||
|
|
Loading…
Add table
Reference in a new issue