1
0
Fork 0

don't use /sim/ATC/ and /sim/atc/ wildly mixed together; it's lower case

everywhere, just as in every other property name
This commit is contained in:
mfranz 2005-05-10 09:41:19 +00:00
parent 1846713b30
commit 3640023300
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
<width>20</width>
<height>20</height>
<label>Enable ATC</label>
<property>/sim/ATC/enabled</property>
<property>/sim/atc/enabled</property>
</checkbox>
<checkbox>

View file

@ -281,9 +281,9 @@ Started September 2000 by David Megginson, david@megginson.com
<view type="int">1</view>
</replay>
<ATC>
<atc>
<enabled type="bool">true</enabled>
</ATC>
</atc>
<ai-traffic>
<enabled type="bool">false</enabled>