diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-01-08 11:57:18 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-08 07:48:07 -0800 |
commit | 747afa314a905c5f313dcd68610b912a20ca16a7 (patch) | |
tree | c611017880162991619e12874f595151faa39919 /qt-ui | |
parent | 6b11f94996da1aa8b9291e2e7b491c24d9713604 (diff) | |
download | subsurface-747afa314a905c5f313dcd68610b912a20ca16a7.tar.gz |
Dive d/l selection UI: Rename button
Fix the name of a button so the download from dc actually works.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui index d67094a0b..50d5666d6 100644 --- a/qt-ui/downloadfromdivecomputer.ui +++ b/qt-ui/downloadfromdivecomputer.ui @@ -150,7 +150,7 @@ </spacer> </item> <item> - <widget class="QPushButton" name="pushButton"> + <widget class="QPushButton" name="startDownload"> <property name="text"> <string>Download</string> </property> |