[PATCH 8/9] Fix column order for OSTC3 diluent table

Anton Lundin glance at acc.umu.se
Wed Oct 15 16:13:57 PDT 2014


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 at acc.umu.se>
---
 qt-ui/configuredivecomputerdialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qt-ui/configuredivecomputerdialog.ui b/qt-ui/configuredivecomputerdialog.ui
index 73fb29e..51ad633 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>
-- 
1.9.1



More information about the subsurface mailing list