summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-10 19:39:37 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-11 11:14:22 -0700
commitfd498a90db622d3093bce450d3e91ef73ba8b3f3 (patch)
tree49be5c5d330b9c7d530ebb6322284893f7fbe1b9 /mobile-widgets
parent67fae6185dee31e5608f2df190bee8b096637f1c (diff)
downloadsubsurface-fd498a90db622d3093bce450d3e91ef73ba8b3f3.tar.gz
Android: fix typo in OSTC3 FTDI device name
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index e502410af..c79bf5b62 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -1788,7 +1788,7 @@ void QMLManager::showDownloadPage(QString deviceString)
// we get from the Intent
// the first couple we do text based because we know exactly what to look for,
// the rest is based on the vendor and product IDs
- if (deviceString.contains("HeinrichsWeikamp OSTC 3")) {
+ if (deviceString.contains("HeinrichsWeikamp OSTC3")) {
name = QString("%1;%2;%3")
.arg(vendorList.indexOf("Heinrichs Weikamp"))
.arg(productList["Heinrichs Weikamp"].indexOf("OSTC 3"))