This fixes "Connecting device not working" issue #25

Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
pull/28/head
Emanoil Kotsev 1 year ago committed by Michele Calgaro
parent 5dbd02e3d8
commit 189605f720
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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;

Loading…
Cancel
Save