summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2023-05-21 01:15:37 +0000
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-05-24 10:17:21 +0900
commite11af1d354fc62268e6c17f1024b43851df4c440 (patch)
tree75c858a03642341a380869f8f8e739b1ac7ef35c
parent0a4ea4b0601dc1bbacb21c456d4a9c1b5873db66 (diff)
downloadtdebluez-e11af1d354fc62268e6c17f1024b43851df4c440.tar.gz
tdebluez-e11af1d354fc62268e6c17f1024b43851df4c440.zip
This fixes "Connecting device not working" issue #25
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 189605f7208c8f990e6a3a7ef2763634767fb6f5)
-rw-r--r--src/tdebluez/devicewizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdebluez/devicewizard.cpp b/src/tdebluez/devicewizard.cpp
index ee4c04b..049c19a 100644
--- a/src/tdebluez/devicewizard.cpp
+++ b/src/tdebluez/devicewizard.cpp
@@ -246,7 +246,7 @@ void DeviceWizard::slotConnectButton()
tqDebug(i18n("Device getAddress failed: %1").arg(dbuserr.message()));
if (sel->text(2) == addr)
{
- if (connectButton->text() == "C&onnect")
+ if (connectButton->text() == i18n("C&onnect"))
{
connectingDevice.state = ConState::CONNECTING;
connectingDevice.address = addr;