From 8856190fa34ad67488adc137dc7c8646d0689795 Mon Sep 17 00:00:00 2001 From: korovkin Date: Mon, 24 Apr 2006 19:09:42 +0000 Subject: Improved diagnostic messages. Added LOG saving functionality. --- (limited to 'noncore/net/opietooth/manager/obexdialog.cpp') diff --git a/noncore/net/opietooth/manager/obexdialog.cpp b/noncore/net/opietooth/manager/obexdialog.cpp index d3fdd14..8d7b593 100644 --- a/noncore/net/opietooth/manager/obexdialog.cpp +++ b/noncore/net/opietooth/manager/obexdialog.cpp @@ -109,8 +109,8 @@ void ObexDialog::sendData() { if (!obexSend->start(OProcess::NotifyOnExit, OProcess::All) ) { statLine->setText( tr("Error: couln't start process") ); } - else - statLine->setText( tr("Sending") ); + else + statLine->setText( tr("Sending") ); } void ObexDialog::slotPushOut(OProcess*, char* buf, int len) { -- cgit v0.9.0.2