summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-19 12:56:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-19 12:59:36 -0700
commit9ffa37ab6fa26e950060e11323d78d7a3ecedcf1 (patch)
tree7f6c4010cbfe768ed2541f54c21b40f1aafe5ccb /qt-ui/maintab.ui
parenta4f243dfacffb599d89de869c35c153ec5596d50 (diff)
downloadsubsurface-9ffa37ab6fa26e950060e11323d78d7a3ecedcf1.tar.gz
Rename buttons for dive edit
The old names made sense in the initial model (where you'd click on the edit button to start an edit). The new names seem much more natural given what we do now. Also a tiny code cleanup removing a redundant if statement. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r--qt-ui/maintab.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui
index 74a9b15ad..ea66b391d 100644
--- a/qt-ui/maintab.ui
+++ b/qt-ui/maintab.ui
@@ -102,16 +102,16 @@
<widget class="StarWidget" name="rating" native="true"/>
</item>
<item row="10" column="1">
- <widget class="QPushButton" name="resetNotes">
+ <widget class="QPushButton" name="editReset">
<property name="text">
<string>reset</string>
</property>
</widget>
</item>
<item row="10" column="0">
- <widget class="QPushButton" name="editNotes">
+ <widget class="QPushButton" name="editAccept">
<property name="text">
- <string>edit</string>
+ <string>OK</string>
</property>
<property name="checkable">
<bool>true</bool>