bluetoothengine/btui/btuidelegate/btdelegatepair.cpp
changeset 41 0b2439c3e397
parent 40 997690c3397a
child 63 bcf742120177
--- a/bluetoothengine/btui/btuidelegate/btdelegatepair.cpp	Wed Jun 23 18:23:52 2010 +0300
+++ b/bluetoothengine/btui/btuidelegate/btdelegatepair.cpp	Tue Jul 06 14:27:09 2010 +0300
@@ -113,7 +113,7 @@
 
 void BtDelegatePair::launchWaitDialog()
 {
-    QString headingText(hbTrId("Pairing with %1"));
+    QString headingText(hbTrId("txt_bt_title_pairing_with_1"));
     HbLabel *heading;
     HbProgressBar* progressBar;
     
@@ -165,15 +165,6 @@
 
 void BtDelegatePair::emitCommandComplete(int error)
 {
-//    QString str(hbTrId("Paired to %1"));
-//    QString err(hbTrId("Pairing with %1 Failed"));
-//    
-//    if(error != KErrNone) {
-//        HbNotificationDialog::launchDialog(err.arg(mdeviceName));
-//    }
-//    else {
-//        HbNotificationDialog::launchDialog(str.arg(mdeviceName));
-//    }
 
     emit commandCompleted(error);
 }