summaryrefslogtreecommitdiffstats
path: root/qt-ui/models.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-07-20 15:07:56 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-11 08:41:36 -0700
commit619c1b3ec9eece0967fc89475a21ff34946eabd6 (patch)
tree0ca294c4f3e8f512e34f7112f8b27a3566304e99 /qt-ui/models.h
parente07d23f806311460789f30d4998a1c852af39dc7 (diff)
downloadsubsurface-619c1b3ec9eece0967fc89475a21ff34946eabd6.tar.gz
Rename the model column from NITROX to GAS
The column isn't just about NITROX, there might be air and trimix in there too. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r--qt-ui/models.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h
index aa314f119..c4a3a077d 100644
--- a/qt-ui/models.h
+++ b/qt-ui/models.h
@@ -191,7 +191,7 @@ struct DiveItem : public TreeItem {
TOTALWEIGHT,
SUIT,
CYLINDER,
- NITROX,
+ GAS,
SAC,
OTU,
MAXCNS,
@@ -245,7 +245,7 @@ public:
TOTALWEIGHT,
SUIT,
CYLINDER,
- NITROX,
+ GAS,
SAC,
OTU,
MAXCNS,