Fix Terrasync dialog.
This commit is contained in:
parent
e73a07b0cf
commit
982a49d39a
1 changed files with 3 additions and 7 deletions
|
@ -2,13 +2,6 @@
|
|||
|
||||
<PropertyList>
|
||||
<name>terrasync</name>
|
||||
<nasal>
|
||||
<!-- Generalize all this, turn into helpers and load defaults via XML -->
|
||||
<open><![CDATA[
|
||||
setprop("/sim/gui/dialogs/terrasync/display-mode", "0");
|
||||
]]>
|
||||
</open>
|
||||
</nasal>
|
||||
|
||||
<layout>vbox</layout>
|
||||
|
||||
|
@ -515,6 +508,9 @@
|
|||
|
||||
<nasal>
|
||||
<open><![CDATA[
|
||||
|
||||
setprop("/sim/gui/dialogs/terrasync/display-mode", "0");
|
||||
|
||||
var msg = "";
|
||||
if (getprop("/sim/terrasync/built-in-svn-available"))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue