aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/configuredivecomputerdialog.ui
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-10-16 01:13:57 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-10-16 11:11:16 +0200
commitfce83b953d4527c847cbdd53dc078d875a7b54c4 (patch)
tree83446a3690e9ea2f73bc809a01c99f69a60f4ffb /qt-ui/configuredivecomputerdialog.ui
parent556474e4dd33fcba58d94d5439d3f4279fc3d9a6 (diff)
downloadsubsurface-fce83b953d4527c847cbdd53dc078d875a7b54c4.tar.gz
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>
Diffstat (limited to 'qt-ui/configuredivecomputerdialog.ui')
-rw-r--r--qt-ui/configuredivecomputerdialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui
index 73fb29e88..51ad63302 100644
--- a/qt-ui/configuredivecomputerdialog.ui
+++ b/qt-ui/configuredivecomputerdialog.ui
@@ -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>