Fix column order for OSTC3 diluent table

The fist column is the O2% value, and was handled like that in the data.
It was only the column header that was wrong.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-16 01:13:57 +02:00 committed by Dirk Hohndel
parent 556474e4dd
commit fce83b953d

View file

@ -766,12 +766,12 @@
</column>
<column>
<property name="text">
<string>%He</string>
<string>%O2</string>
</property>
</column>
<column>
<property name="text">
<string>%O2</string>
<string>%He</string>
</property>
</column>
<column>